mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 11:47:04 +08:00
Merge 1f6e76742867a2b73002271bfe9da5bb907e5d9b into 650e716dda0a966a083f0efe299f3e83336f920e
This commit is contained in:
commit
cffa30ea87
@ -24,7 +24,7 @@ class Load3D(IO.ComfyNode):
|
||||
files = [
|
||||
normalize_path(str(file_path.relative_to(base_path)))
|
||||
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(
|
||||
node_id="Load3D",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user