609 Commits (f2ad00bc8ef995c32ff40d5db58fc6ae8d50d916)
 

Author SHA1 Message Date
Dement242 3a050d19c6
Merge branch 'AUTOMATIC1111:master' into Dement242-patch-1 3 years ago
AUTOMATIC1111 8ff6f09320
Merge pull request #587 from JashoBell/Base
Basic documentation for custom_code.py template
3 years ago
JashoBell 98a6644bcf Move comments to scripts.py 3 years ago
Connum 88e315a8d5 Replace existing images when pasting from clipboard or dropping a new one (fixes #573) 3 years ago
Dement242 33434fc6fc
Fixed "CodeFormer visibility:" rounding to 2 decimals. 3 years ago
JashoBell d2c7ad2fec Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into Base 3 years ago
Brian Drupieski 663af7c1c8 fix batch color correction 3 years ago
AUTOMATIC1111 23a0ec04c0
Merge pull request #616 from dfaker/patch-3
Block event propagation when lightbox is triggered
3 years ago
AUTOMATIC1111 1dd721d136
Merge pull request #618 from EyeDeck/master
Fix gallery not scrolling left
3 years ago
AUTOMATIC1111 933949f39c
Merge pull request #621 from SafentisFox/responsiveCss
Make image gallery bigger on 2k+ displays
3 years ago
DepFA f9cae046cb
typo 3 years ago
DepFA 0e5527b4df
Add previous and next to modal with key shortcuts 3 years ago
DepFA fb668c58ef
add previous and next styles 3 years ago
safentisAuth 0469972e91 Make gallery bigger on 2k+ displays 3 years ago
EyeDeck e24c3b79f6 Fix gallery not scrolling left 3 years ago
DepFA f96d8a601c
Block event propagation when lightbox is triggered 3 years ago
AUTOMATIC 56ff118845 typo 3 years ago
AUTOMATIC 8d197b6a92 added user.css support 3 years ago
AUTOMATIC 77dcb21688 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 2f18823e69 fix for broken export for 4chan 3 years ago
AUTOMATIC1111 d94b41472e
Merge pull request #586 from jjisnow/image_info_tab
image info tab
3 years ago
AUTOMATIC1111 0d7fdb1791
Merge branch 'master' into image_info_tab 3 years ago
DepFA 1ef79f926e generalise to work on all non-masked images on all tabs 3 years ago
DepFA a66d857345 make background semi-transparent not black; 3 years ago
DepFA 1a51337077 Add modal creation and functions 3 years ago
DepFA 65be5312dc Add modal css classes 3 years ago
Tony Beeman ba295b3268 * Fix process_images where the number of images is not a multiple of (batch_size * n_iter), which would cause us to throw an exception.
* Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device)
* Fix the fact that Prompts from file was sometimes passing an empty batch.
3 years ago
AUTOMATIC 140f893153 process all values for x/y plot right away to error out if any are bad before any processing begins 3 years ago
AUTOMATIC 304222ef94 X/Y plot support for switching checkpoints. 3 years ago
AUTOMATIC 99585b3514 moved progressbar to top by request 3 years ago
AUTOMATIC f8f17e3b9e updated readme to reflect new model location 3 years ago
AUTOMATIC 247f58a5e7 add support for switching model checkpoints at runtime 3 years ago
AUTOMATIC b8be33dad1 hide VRAM text if polling is disabled 3 years ago
EyeDeck ed6787ca2f Add VRAM monitoring 3 years ago
jjisnow ac61e4663c
Update webui.py 3 years ago
jjisnow b172cd56e8
Update webui.py 3 years ago
jjisnow 588d6de4a8
Update ui.py
Reverse run_pnginfo for compatibility reasons
3 years ago
jjisnow 047a623f7a
Restore run_pnginfo 3 years ago
AUTOMATIC 1fc1c537c7 fix 3 years ago
AUTOMATIC 3c665b8dd6 the last PR broke saving EXiF completely for me. I don't know if it was broken already or some condition changed, but it seems like the person who originally added EXIF said, saving it with PIL may not work. I switched to using piexif to add data after the file written. 3 years ago
JJ 4f1f348b6a image.save parameter fix
* image.save takes exif as a parameter
* piexif takes the bytes as a parameter, not the exif_bytes function itself
* reduce calls to create_exif_bytes
3 years ago
AUTOMATIC c441ba065c add a comment and some checks for the functionality of the last PR 3 years ago
uservar 6168d09218 Prevent uploading previous output from javascript
As it is currently, txt2img and img2img send back the previous output args (txt2img_gallery, generation_info, html_info) whenever you generate a new image. This can lead to uploading a huge gallery of previously generated images, which leads to an unnecessary delay between submitting and beginning to generate.
3 years ago
JashoBell 5a797a5612 Basic explanation for custom_code.py template 3 years ago
JJ de5bfdf917 image info tab
* handles exceptions if jpeg jfif data not present
* removes further non-comment related exif data.
3 years ago
AUTOMATIC 449719b2fc added Noise generation for outpainting mk2 to credits 3 years ago
AUTOMATIC 2ee9fc8eb8 new outpainting script 3 years ago
AUTOMATIC b64994b973 added original negative prompt to img2img alt 3 years ago
AUTOMATIC e49b1c5d73 an option to do exactly the amount of specified steps in img2img 3 years ago
AUTOMATIC be0f82df12 Merge remote-tracking branch 'origin/master' 3 years ago