1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Add backend primitive nodes (#7328)

* Add backend primitive nodes

* Add control after generate to int primitive
This commit is contained in:
Chenlei Hu
2025-03-21 01:47:18 -04:00
committed by GitHub
parent 8b9ce4ed18
commit a4a956dbbd
2 changed files with 80 additions and 0 deletions

View File

@@ -2265,6 +2265,7 @@ def init_builtin_extra_nodes():
"nodes_lumina2.py",
"nodes_wan.py",
"nodes_hunyuan3d.py",
"nodes_primitive.py",
]
import_failed = []