stoping generation extras
This commit is contained in:
parent
a30b19dd55
commit
5d9f1e6a43
|
@ -51,7 +51,7 @@ def run_postprocessing(extras_mode, image, image_folder, input_dir, output_dir,
|
|||
shared.state.textinfo = name
|
||||
shared.state.skipped = False
|
||||
|
||||
if shared.state.interrupted:
|
||||
if shared.state.interrupted or shared.state.stopping_generation:
|
||||
break
|
||||
|
||||
if isinstance(image_placeholder, str):
|
||||
|
|
Loading…
Reference in New Issue