mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-25 17:08:11 +08:00
7 lines
126 B
Python
7 lines
126 B
Python
import os
|
|
import sys
|
|
sys.path.append(os.path.dirname(__file__))
|
|
from ComfyUI import (
|
|
comfy,
|
|
custom_functions,
|
|
) |