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