stable-diffusion-webui/scripts
James Railton a9eef1fbb1 Fix "masked content" in loopback script
The loopback script did not set masked content to original after first loop. So each loop would apply a fill, or latent mask. This would essentially reset progress each loop.

The desired behavior is to use the mask for the first loop, then continue to iterate on the results of the previous loop.
2023-03-23 10:44:25 -04:00
..
custom_code.py rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab 2023-01-05 12:08:11 +03:00
img2imgalt.py Fix img2imgalt after samplers separation 2023-02-04 01:50:38 +03:00
loopback.py Fix "masked content" in loopback script 2023-03-23 10:44:25 -04:00
outpainting_mk_2.py rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab 2023-01-05 12:08:11 +03:00
poor_mans_outpainting.py rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab 2023-01-05 12:08:11 +03:00
postprocessing_codeformer.py rework extras tab to use script system 2023-01-23 09:24:43 +03:00
postprocessing_gfpgan.py rework extras tab to use script system 2023-01-23 09:24:43 +03:00
postprocessing_upscale.py add an option to enable sections from extras tab in txt2img/img2img 2023-01-26 23:31:32 +03:00
prompt_matrix.py Update prompt_matrix.py 2023-02-23 01:55:07 +08:00
prompts_from_file.py add option to show/hide warnings 2023-01-18 23:04:24 +03:00
sd_upscale.py allow sdupscale to accept upscaler name 2023-01-05 21:22:04 +00:00
xyz_grid.py add face restoration option to xyz_grid 2023-03-12 03:29:07 +02:00