diff --git a/nodes.py b/nodes.py index 890493a27..b0997b77a 100644 --- a/nodes.py +++ b/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 }