comfyui_controlnet_aux / dev_interface.py
yu7820's picture
Duplicate from aliensmn/comfyui_controlnet_aux
d15b7d3
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 *