mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
remove legacy restore resolution
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -294,7 +294,6 @@ def set_pipeline_args(p, model, prompts:list, negative_prompts:list, prompts_2:t
|
||||
debug_log(f'Diffusers task args: {task_args}')
|
||||
for k, v in task_args.items():
|
||||
if k in possible:
|
||||
print('HERE OVERRIDE', k, v)
|
||||
args[k] = v
|
||||
else:
|
||||
debug_log(f'Diffusers unknown task args: {k}={v}')
|
||||
|
||||
Reference in New Issue
Block a user