fix prompts-from-file state check

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-09-23 15:33:52 -04:00
parent d71d540a62
commit 696a41fd42
+2
View File
@@ -147,4 +147,6 @@ class Script(scripts_manager.Script):
all_negative += proc.all_negative_prompts
images += proc.images
infotexts += proc.infotexts
if state.interrupted:
break
return get_processed(p, images, p.seed, "", all_prompts=all_prompts, all_seeds=all_seeds, all_negative_prompts=all_negative, infotexts=infotexts)