mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-08 21:30:50 +08:00
add ply & 3dgs format in 3d node
This commit is contained in:
parent
33aa808713
commit
1f6e767428
@ -24,7 +24,7 @@ class Load3D(IO.ComfyNode):
|
|||||||
files = [
|
files = [
|
||||||
normalize_path(str(file_path.relative_to(base_path)))
|
normalize_path(str(file_path.relative_to(base_path)))
|
||||||
for file_path in input_path.rglob("*")
|
for file_path in input_path.rglob("*")
|
||||||
if file_path.suffix.lower() in {'.gltf', '.glb', '.obj', '.fbx', '.stl'}
|
if file_path.suffix.lower() in {'.gltf', '.glb', '.obj', '.fbx', '.stl', '.spz', '.splat', '.ply', '.ksplat'}
|
||||||
]
|
]
|
||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="Load3D",
|
node_id="Load3D",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user