mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-01 05:49:45 +00:00
fix borked merge, rename fields to better match what they do, change setting default to true for #13653
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user