comfyui_controlnet_aux / dev_interface.py
windy123321's picture
Duplicate from aliensmn/comfyui_controlnet_aux
bca2f18
Raw
History Blame Contribute Delete
135 Bytes
from pathlib import Path
from utils import here
import sys
sys.path.append(str(Path(here, "src")))
from custom_controlnet_aux import *