ComfyUI/conftest.py
2023-06-01 11:44:40 -05:00

10 lines
226 B
Python

#!/usr/bin/env python
import sys, os
# Make sure that the application source directory (this directory's parent) is
# on sys.path.
here = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.insert(0, here)