mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-08 21:30:50 +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,
|
||||
"CLIPLoader": CLIPLoader,
|
||||
"CannyPreprocessor": CannyPreprocessor,
|
||||
"HEDPreprocessor": HEDPreprocessor,
|
||||
"MIDASPreprocessor": MIDASPreprocessor,
|
||||
"MLSDPreprocessor": MLSDPreprocessor,
|
||||
"OpenPosePreprocessor": OpenPosePreprocessor,
|
||||
"ControlNetApply": ControlNetApply,
|
||||
"ControlNetLoader": ControlNetLoader
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user