mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 10:50:23 +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:
@@ -51,7 +51,7 @@ def process_batch(p, input_dir, output_dir, inpaint_mask_dir, args, to_scale=Fal
|
||||
if state.skipped:
|
||||
state.skipped = False
|
||||
|
||||
if state.interrupted or state.interrupted_next:
|
||||
if state.interrupted or state.stopping_generation:
|
||||
break
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user