mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
Add classes to NODE_CLASS_MAPPINGS
This commit is contained in:
parent
f2b476fbac
commit
c66e38ab84
4
nodes.py
4
nodes.py
@ -850,6 +850,10 @@ NODE_CLASS_MAPPINGS = {
|
|||||||
"LoraLoader": LoraLoader,
|
"LoraLoader": LoraLoader,
|
||||||
"CLIPLoader": CLIPLoader,
|
"CLIPLoader": CLIPLoader,
|
||||||
"CannyPreprocessor": CannyPreprocessor,
|
"CannyPreprocessor": CannyPreprocessor,
|
||||||
|
"HEDPreprocessor": HEDPreprocessor,
|
||||||
|
"MIDASPreprocessor": MIDASPreprocessor,
|
||||||
|
"MLSDPreprocessor": MLSDPreprocessor,
|
||||||
|
"OpenPosePreprocessor": OpenPosePreprocessor,
|
||||||
"ControlNetApply": ControlNetApply,
|
"ControlNetApply": ControlNetApply,
|
||||||
"ControlNetLoader": ControlNetLoader
|
"ControlNetLoader": ControlNetLoader
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user