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

add load 3d node support (#5564)

* add load 3d node support

* remove Preview3D from BE
This commit is contained in:
Terry Jia
2024-12-13 18:13:52 -05:00
committed by GitHub
parent 4e14032c02
commit bdf393792d
2 changed files with 96 additions and 0 deletions

View File

@@ -2150,6 +2150,7 @@ def init_builtin_extra_nodes():
"nodes_mahiro.py",
"nodes_lt.py",
"nodes_hooks.py",
"nodes_load_3d.py",
]
import_failed = []