stable-diffusion-webui/scripts
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.
2022-09-17 14:55:54 +03:00
..
batch.py add script for batch file processing 2022-09-10 08:45:55 +03:00
custom_code.py moved images to 2022-09-04 13:08:06 +03:00
img2imgalt.py added original negative prompt to img2img alt 2022-09-16 19:24:48 +03:00
loopback.py 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 2022-09-16 08:33:47 +03:00
outpainting_mk_2.py new outpainting script 2022-09-16 22:18:30 +03:00
poor_mans_outpainting.py [BUG] Not Working As Intended - create a directory with name derived from the prompt #306 2022-09-12 15:41:30 +03:00
prompt_matrix.py prevent extras from saving in dir 2022-09-14 08:58:13 +03:00
prompts_from_file.py * 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. 2022-09-17 14:55:54 +03:00
xy_grid.py process all values for x/y plot right away to error out if any are bad before any processing begins 2022-09-17 14:55:40 +03:00