mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 14:07:09 +08:00
6 lines
103 B
Python
6 lines
103 B
Python
import os
|
|
import sys
|
|
sys.path.append(os.path.dirname(__file__))
|
|
from ComfyUI import (
|
|
comfy,
|
|
) |