Made hook clone code sane, made clear ObjectPatchHook and SetInjectionsHook are not yet operational

This commit is contained in:
Jedrzej Kosinski
2025-01-05 22:25:51 -06:00
parent 8270ff312f
commit 4446c86052
2 changed files with 31 additions and 34 deletions

View File

@@ -157,4 +157,3 @@ def prepare_model_patcher(model: 'ModelPatcher', conds, model_options: dict):
comfy.patcher_extension.merge_nested_dicts(to_load_options.setdefault(wc_name, {}), model_options["transformer_options"][wc_name],
copy_dict1=False)
return to_load_options