Spaces:
Running on Zero
Running on Zero
| 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.") |