ComfyUI Node
πΎ Save Splat Scene (SPZ + Camera)
A ComfyUI node in ArchAi3d/3D/Export with 9 inputs and 3 outputs.
πΎ Save Splat Scene (SPZ + Camera)
- extrinsics
- intrinsics
- include_source_image
- spz_path
- json_path
- scene_info
βply_pathββΊ
βoutput_namesceneβΊ
βimage_width1024βΊ
βimage_height768βΊ
βoutput_formatspzβΊ
βcoordinate_systemRDFβΊ
CategoryArchAi3d/3D/Export
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| ply_path | STRING | Path to input PLY file from SharpPredict or similar | |
| output_name | STRING | scene | Base name for output files (scene.spz, scene_camera.json) |
| extrinsicsopt | EXTRINSICS | Camera extrinsics (position/rotation) from SHARP | |
| intrinsicsopt | INTRINSICS | Camera intrinsics (focal length, FOV) from SHARP | |
| image_widthopt | INT | 10241β8192 | Original image width for FOV calculation |
| image_heightopt | INT | 7681β8192 | Original image height for FOV calculation |
| output_formatopt | COMBO | spz | Output format: spz (compressed), ply_copy, or both |
| coordinate_systemopt | COMBO | RDF | Input PLY coordinate system (RDF=PLY default, RUB=OpenGL/Three.js) |
| include_source_imageopt | IMAGE | Optional: include source image path in JSON |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| spz_path | STRING | β |
| json_path | STRING | β |
| scene_info | STRING | β |