File size: 201 Bytes
7139ce5
 
 
 
 
 
 
79e946f
1
2
3
4
5
6
7
8
import os

INPUT_DIR = "input"
OUTPUT_DIR = "output"

_PROJECT_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

print("✅ Settings initialized for ControlNet Preprocessors.")