init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from pathlib import Path
|
||||
from utils import here
|
||||
import sys
|
||||
sys.path.append(str(Path(here, "src")))
|
||||
|
||||
from custom_controlnet_aux import *
|
||||
Reference in New Issue
Block a user