1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

V3 controlnet nodes: ControlNetApply, SetUnionControlNetType, ControlNetInpaintingAliMamaApply

This commit is contained in:
bigcat88
2025-07-11 22:34:22 +03:00
parent 19bb231fbd
commit 21c9d7b289
2 changed files with 223 additions and 0 deletions

View File

@@ -2299,6 +2299,7 @@ def init_builtin_extra_nodes():
"nodes_tcfg.py",
"nodes_v3_test.py",
"nodes_v1_test.py",
"v3/nodes_controlnet.py",
"v3/nodes_images.py",
"v3/nodes_mask.py",
"v3/nodes_webcam.py",