ComfyUI Node
Save PLY
Save PLY file from either file path or Gaussians3D object. If ply_path is provided, returns it directly. If gaussians is provided, converts and saves to new file.
Save PLY
- gaussians
- extrinsics
- intrinsics
- ply_path
◄ply_path—►
◄output_prefixgaussians►
Categorygaussian_preview
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| ply_pathopt | STRING | Path to existing PLY file (if provided, returns this path directly) | |
| gaussiansopt | GAUSSIANS_3D | Gaussians3D object to save (alternative to ply_path input) | |
| extrinsicsopt | EXTRINSICS | Camera extrinsics (optional, used to extract metadata when saving from gaussians) | |
| intrinsicsopt | INTRINSICS | Camera intrinsics (optional, used to extract focal length and image size when saving from gaussians) | |
| output_prefixopt | STRING | gaussians | Prefix for output PLY filename (only used when saving from gaussians object) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| ply_path | STRING | — |