keep previous processed state

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-31 15:20:15 -04:00
parent b2dbef53e5
commit 9743c8e4bf
16 changed files with 39 additions and 33 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class Script(scripts_manager.Script):
auto_scale = False,
simple_cfg_mode = False,
)
processed = processing.Processed(p, images_list=image_list, seed=p.seed, subseed=p.subseed, index_of_first_image=0) # manually created processed object
processed = processing.get_processed(p, images_list=image_list, seed=p.seed, subseed=p.subseed, index_of_first_image=0) # manually created processed object
# p.extra_generation_params["IPInstruct"] = f''
return processed