comfy2 / comfy /cldm /control_types.py
mhnakif's picture
Upload folder using huggingface_hub
2795df7 verified
Raw
History Blame Contribute Delete
207 Bytes
UNION_CONTROLNET_TYPES = {
"openpose": 0,
"depth": 1,
"hed/pidi/scribble/ted": 2,
"canny/lineart/anime_lineart/mlsd": 3,
"normal": 4,
"segment": 5,
"tile": 6,
"repaint": 7,
}