1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Add SetUnionControlNetType to set the type of the union controlnet model.

This commit is contained in:
comfyanonymous
2024-07-16 17:01:40 -04:00
parent 821f93872e
commit 8270c62530
3 changed files with 45 additions and 1 deletions

View File

@@ -2036,6 +2036,7 @@ def init_builtin_extra_nodes():
"nodes_audio.py",
"nodes_sd3.py",
"nodes_gits.py",
"nodes_controlnet.py",
]
import_failed = []