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.

By yichengup·Created 8 months ago·Updated 7 months ago· 14
Save PLY
  • gaussians
  • extrinsics
  • intrinsics
  • ply_path
ply_path
output_prefixgaussians
Categorygaussian_preview

Inputs (5)

NameTypeDefaultDescription
ply_pathoptSTRINGPath to existing PLY file (if provided, returns this path directly)
gaussiansoptGAUSSIANS_3DGaussians3D object to save (alternative to ply_path input)
extrinsicsoptEXTRINSICSCamera extrinsics (optional, used to extract metadata when saving from gaussians)
intrinsicsoptINTRINSICSCamera intrinsics (optional, used to extract focal length and image size when saving from gaussians)
output_prefixoptSTRINGgaussiansPrefix for output PLY filename (only used when saving from gaussians object)

Outputs (1)

NameTypeDescription
ply_pathSTRING