mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
add hunyuandit controlnets
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -358,8 +358,8 @@ def set_pipeline_args(p, model, prompts:list, negative_prompts:list, prompts_2:t
|
||||
task_kwargs = task_specific_kwargs(p, model)
|
||||
pipe_args = getattr(p, 'task_args', {})
|
||||
model_args = getattr(model, 'task_args', {})
|
||||
task_kwargs.update(pipe_args)
|
||||
task_kwargs.update(model_args)
|
||||
task_kwargs.update(pipe_args or {})
|
||||
task_kwargs.update(model_args or {})
|
||||
if debug_enabled:
|
||||
debug_log(f'Process task args: {task_kwargs}')
|
||||
for k, v in task_kwargs.items():
|
||||
|
||||
Reference in New Issue
Block a user