mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-18 19:50:07 +08:00
14 lines
162 B
Python
14 lines
162 B
Python
import os
|
|
|
|
|
|
class Script:
|
|
pass
|
|
|
|
|
|
def basedir():
|
|
return os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
|
|
|
|
class PostprocessImageArgs:
|
|
pass
|