Skip to content

Commit 1f6e767

Browse files
committed
add ply & 3dgs format in 3d node
1 parent 33aa808 commit 1f6e767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_extras/nodes_load_3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def define_schema(cls):
2424
files = [
2525
normalize_path(str(file_path.relative_to(base_path)))
2626
for file_path in input_path.rglob("*")
27-
if file_path.suffix.lower() in {'.gltf', '.glb', '.obj', '.fbx', '.stl'}
27+
if file_path.suffix.lower() in {'.gltf', '.glb', '.obj', '.fbx', '.stl', '.spz', '.splat', '.ply', '.ksplat'}
2828
]
2929
return IO.Schema(
3030
node_id="Load3D",

0 commit comments

Comments
 (0)