diff options
author | James Railton <JaRail@users.noreply.github.com> | 2023-03-23 14:44:25 +0000 |
---|---|---|
committer | James Railton <JaRail@users.noreply.github.com> | 2023-03-23 14:44:25 +0000 |
commit | a9eef1fbb1dcdce4f0eb0b8e0f79dcd4c96713e1 (patch) | |
tree | 075abdc1ce921d728b7eee5a0121968f422b6559 /modules/ui_extensions.py | |
parent | 33b85391474098b021946a5f1d8e07f8a6d27aa2 (diff) | |
download | stable-diffusion-webui-gfx803-a9eef1fbb1dcdce4f0eb0b8e0f79dcd4c96713e1.tar.gz stable-diffusion-webui-gfx803-a9eef1fbb1dcdce4f0eb0b8e0f79dcd4c96713e1.tar.bz2 stable-diffusion-webui-gfx803-a9eef1fbb1dcdce4f0eb0b8e0f79dcd4c96713e1.zip |
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.
Diffstat (limited to 'modules/ui_extensions.py')
0 files changed, 0 insertions, 0 deletions