From f55b48c6700a76172835898536c66d34ac73f2f6 Mon Sep 17 00:00:00 2001 From: Hacker 17082006 Date: Mon, 20 Feb 2023 22:04:10 +0700 Subject: [PATCH] . --- custom_nodes/annotator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_nodes/annotator/__init__.py b/custom_nodes/annotator/__init__.py index 69721a69d..41b96809f 100644 --- a/custom_nodes/annotator/__init__.py +++ b/custom_nodes/annotator/__init__.py @@ -180,4 +180,4 @@ NODE_CLASS_MAPPINGS = { "MiDaS-DepthPreprocess": MIDASDepthPreprocess, "MiDaS-NormalPreprocess": MIDASNormalPreprocess, "SemSegPreprocess": UniformerPreprocess -} \ No newline at end of file +}