Merge 1f6e76742867a2b73002271bfe9da5bb907e5d9b into 650e716dda0a966a083f0efe299f3e83336f920e

This commit is contained in:
Terry Jia 2025-12-24 11:29:50 +01:00 committed by GitHub
commit cffa30ea87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",