From 65bf374d57c502f29f999adc4c8081b4f22f08d9 Mon Sep 17 00:00:00 2001 From: Hacker 17082006 Date: Sun, 19 Feb 2023 20:55:50 +0700 Subject: [PATCH] . --- custom_nodes/annotator/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_nodes/annotator/__init__.py b/custom_nodes/annotator/__init__.py index 2fe453d62..83b47f2b2 100644 --- a/custom_nodes/annotator/__init__.py +++ b/custom_nodes/annotator/__init__.py @@ -1,5 +1,5 @@ -from annotator import canny, hed, midas, mlsd, openpose, uniformer -from annotator.util import HWC3 +from . import canny, hed, midas, mlsd, openpose, uniformer +from .util import HWC3 import torch import numpy as np