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

Add FreSca node (#7631)

This commit is contained in:
BVH
2025-04-18 00:54:33 +05:30
committed by GitHub
parent 93292bc450
commit 19373aee75
2 changed files with 104 additions and 1 deletions

View File

@@ -2281,7 +2281,8 @@ def init_builtin_extra_nodes():
"nodes_primitive.py",
"nodes_cfg.py",
"nodes_optimalsteps.py",
"nodes_hidream.py"
"nodes_hidream.py",
"nodes_fresca.py",
]
import_failed = []