mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +08:00
a9eef1fbb1
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. |
||
---|---|---|
.. | ||
custom_code.py | ||
img2imgalt.py | ||
loopback.py | ||
outpainting_mk_2.py | ||
poor_mans_outpainting.py | ||
postprocessing_codeformer.py | ||
postprocessing_gfpgan.py | ||
postprocessing_upscale.py | ||
prompt_matrix.py | ||
prompts_from_file.py | ||
sd_upscale.py | ||
xyz_grid.py |