mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
keep previous processed state
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user