mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-30 10:29:45 +00:00
6 lines
212 B
Python
6 lines
212 B
Python
import os
|
|
|
|
TOOLKIT_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
CONFIG_ROOT = os.path.join(TOOLKIT_ROOT, 'config')
|
|
SD_SCRIPTS_ROOT = os.path.join(TOOLKIT_ROOT, "repositories", "sd-scripts")
|