Add classes to NODE_CLASS_MAPPINGS

This commit is contained in:
Hacker 17082006 2023-02-17 21:34:40 +07:00
parent f2b476fbac
commit c66e38ab84

View File

@ -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
}