1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

upstream Preview Any from rgthree-comfy (#7815)

* upstream Preview Any from rgthree-comfy

* use IO.ANY
This commit is contained in:
Terry Jia
2025-05-02 13:15:54 -04:00
committed by GitHub
parent 530494588d
commit 065d855f14
2 changed files with 44 additions and 0 deletions

View File

@@ -2258,6 +2258,7 @@ def init_builtin_extra_nodes():
"nodes_optimalsteps.py",
"nodes_hidream.py",
"nodes_fresca.py",
"nodes_preview_any.py",
]
api_nodes_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy_api_nodes")