mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-29 10:41:41 +00:00
Interrupt after current generation
This commit is contained in:
@@ -49,7 +49,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:
|
||||
if state.interrupted or state.interrupted_next:
|
||||
break
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user