1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-04 07:52:46 +08:00

Move controlnet nodes to conditioning/controlnet.

This commit is contained in:
comfyanonymous
2024-07-16 17:08:25 -04:00
parent 8270c62530
commit 60383f3b64
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ class SetUnionControlNetType:
"type": (list(UNION_CONTROLNET_TYPES.keys()),)
}}
CATEGORY = "conditioning"
CATEGORY = "conditioning/controlnet"
RETURN_TYPES = ("CONTROL_NET",)
FUNCTION = "set_controlnet_type"