ComfyUI/__init__.py

6 lines
103 B
Python

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