aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/loopback.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2024-01-01 13:50:59 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2024-01-01 13:50:59 +0000
commit0aa7c53c0b9469849377aff83f43c9f75c19b3fa (patch)
tree8fddf13dd7d98d1ae8615e7c216558170203876b /scripts/loopback.py
parent2a7ad70db5447dd1d5915b2b59715ee74f670119 (diff)
downloadstable-diffusion-webui-gfx803-0aa7c53c0b9469849377aff83f43c9f75c19b3fa.tar.gz
stable-diffusion-webui-gfx803-0aa7c53c0b9469849377aff83f43c9f75c19b3fa.tar.bz2
stable-diffusion-webui-gfx803-0aa7c53c0b9469849377aff83f43c9f75c19b3fa.zip
fix borked merge, rename fields to better match what they do, change setting default to true for #13653
Diffstat (limited to 'scripts/loopback.py')
-rw-r--r--scripts/loopback.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/loopback.py b/scripts/loopback.py
index ad921269..800ee882 100644
--- a/scripts/loopback.py
+++ b/scripts/loopback.py
@@ -95,7 +95,7 @@ class Script(scripts.Script):
processed = processing.process_images(p)
# Generation cancelled.
- if state.interrupted or state.interrupted_next:
+ if state.interrupted or state.stopping_generation:
break
if initial_seed is None:
@@ -122,7 +122,7 @@ class Script(scripts.Script):
p.inpainting_fill = original_inpainting_fill
- if state.interrupted or state.interrupted_next:
+ if state.interrupted or state.stopping_generation:
break
if len(history) > 1: