mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
fix prompts-from-file state check
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user