ComfyUI/__init__.py
2024-09-05 20:33:41 +08:00

7 lines
126 B
Python

import os
import sys
sys.path.append(os.path.dirname(__file__))
from ComfyUI import (
comfy,
custom_functions,
)