From c66e38ab842e43499968b5e623f20cf8c0ba1bfe Mon Sep 17 00:00:00 2001 From: Hacker 17082006 Date: Fri, 17 Feb 2023 21:34:40 +0700 Subject: [PATCH] Add classes to NODE_CLASS_MAPPINGS --- nodes.py | 4 ++++ 1 file changed, 4 insertions(+) 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 }