mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 18:37:07 +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,
|
|
) |