update chrono pipeline

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-11-10 08:43:50 -05:00
parent a5c5635968
commit 947e2c7bc5
6 changed files with 12 additions and 768 deletions
+5
View File
@@ -391,6 +391,11 @@ def set_pipeline_args(p, model, prompts:list, negative_prompts:list, prompts_2:t
continue
args[arg] = kwargs[arg]
# optional preprocess
if hasattr(model, 'preprocess') and callable(model.preprocess):
model.preprocess(p, args)
# handle task specific args
if sd_models.get_diffusers_task(model) == sd_models.DiffusersTaskType.MODULAR:
task_kwargs = task_modular_kwargs(p, model)