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
AUTOMATIC
2288bc96fd
fix extras tab showing original images instead of upscales
3 years ago
AUTOMATIC
d8b427f8aa
remove the warning at startup related to previous PR with batch processing
3 years ago
Elias Sundqvist
a441cd563a
Reduce code duplication
3 years ago
Elias Sundqvist
2aec11d263
Add randomness and denoising strength support to alternative img2img
3 years ago
AUTOMATIC
b8cf2ea8ea
add a bit of a comment about what's being done with tensor noise
3 years ago
AUTOMATIC
83bce1a604
Merge branch 'batch-seed-attempt'
3 years ago
AUTOMATIC
87e8b9a2ab
prevent replacing torch_randn globally (instead replacing k_diffusion.sampling.torch) and add a setting to disable this all
3 years ago
AUTOMATIC
b44ddcb443
Prompt editing only applies to images in first batch of desired batch size when batch count > 1 #535
3 years ago
AUTOMATIC
b153ebe3b6
fix loopback color correction to store color_correction info for initial image and use that instead of extracting from previous image in a loop #481 #541
3 years ago
ArrowM
3763837003
Add batch processing to Extras tab
3 years ago
Twizzes
deea9f4d70
Replace invalid filename chars with an underscore
...
... instead of removing them altogether.
This makes the prompt editing filenames [old🆕 step] easier to read
3 years ago
AUTOMATIC
7fe00d0840
[Bug] Alternative img2img error #508
3 years ago
AUTOMATIC
6452fa2fb7
Merge remote-tracking branch 'origin/master'
3 years ago
AUTOMATIC
6991f2cb27
SD upscale with Batch count>1 results broken images #512
3 years ago
OWKenobi
2ddaeb318a
Update scripts.py
...
fixes bug #464 , which happens when controls is None, which leads to args_to being None.
3 years ago
Rickey Bowers Jr
874651e4d2
match one based numbering or other batches
3 years ago
AUTOMATIC
0fde1f3eac
oh hey i broke batches with this
3 years ago
AUTOMATIC
cde49dcbe6
add prompt editing to readme
3 years ago
AUTOMATIC
dc769e097c
Merge branch 'prompt_editing'
3 years ago
AUTOMATIC
d4dc4c1c63
fix for Error Interrogating when user has garbage in text files #479
3 years ago
AUTOMATIC
d7f7378828
quantization off by default
3 years ago
C43H66N12O12S2
81baaff9b3
Respect quantization setting
3 years ago
C43H66N12O12S2
829d7150bc
Add setting for quantization
3 years ago
C43H66N12O12S2
3c37c68fe0
Construct CompVisDenoiser with quantization
3 years ago
AUTOMATIC
cdaab233c4
Merge remote-tracking branch 'origin/master'
3 years ago