ComfyUI > Nodes > ComfyUI_HYWorld2 > 💾 Save PLY File

ComfyUI Node: 💾 Save PLY File

Class Name

VNCCS_SavePLY

Category
VNCCS/3D
Author
AHEKOT (Account age: 1256days)
Extension
ComfyUI_HYWorld2
Latest Updated
2026-04-30
Github Stars
0.04K

How to Install ComfyUI_HYWorld2

Install this extension via the ComfyUI Manager by searching for ComfyUI_HYWorld2
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI_HYWorld2 in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

💾 Save PLY File Description

Facilitates saving 3D reconstructions in PLY format for efficient storage and retrieval of complex point cloud data.

💾 Save PLY File:

The VNCCS_SavePLY node is designed to facilitate the saving of 3D reconstructions in the PLY file format, which is widely used for storing three-dimensional data. This node is particularly beneficial for AI artists and developers working with 3D models, as it allows for the efficient storage and retrieval of complex 3D point cloud data. The PLY format supports a variety of data types, including vertex positions, colors, and other attributes, making it a versatile choice for 3D data representation. By using this node, you can ensure that your 3D reconstructions are saved in a format that is both compact and easy to share or further process in other 3D applications. The node handles the conversion of 3D data into the PLY format, ensuring that all relevant attributes are accurately captured and stored.

💾 Save PLY File Input Parameters:

points_xyz

This parameter represents the 3D coordinates of the points in the point cloud. It is a tensor containing the x, y, and z positions of each point. The accuracy and detail of the 3D reconstruction depend heavily on the quality and resolution of this data. There are no specific minimum or maximum values, but the data should be in a format that accurately represents the 3D space you are working with.

point_colors

This parameter contains the color information for each point in the point cloud. It is a tensor that holds RGB values, allowing for the visualization of the 3D model with realistic colors. The colors should be in the range of 0 to 255 for each channel, representing the intensity of red, green, and blue.

valid_mask

This optional parameter is a tensor that acts as a filter to determine which points in the point cloud are valid and should be included in the PLY file. It helps in excluding any invalid or unwanted points, such as those with NaN or infinite values, ensuring that the saved file only contains meaningful data.

💾 Save PLY File Output Parameters:

PLY file

The primary output of the VNCCS_SavePLY node is a PLY file that contains the 3D point cloud data. This file includes the positions, colors, and any other attributes of the points, stored in a format that is compatible with many 3D visualization and processing tools. The PLY file serves as a portable and efficient way to store and share 3D reconstructions.

💾 Save PLY File Usage Tips:

  • Ensure that your input data, especially the points_xyz and point_colors, is clean and free of errors to avoid issues during the saving process.
  • Use the valid_mask parameter to filter out any invalid points, which can help in maintaining the integrity and quality of the saved PLY file.
  • Regularly check the saved PLY files in a 3D viewer to ensure that the data is being captured and stored as expected.

💾 Save PLY File Common Errors and Solutions:

"Invalid point data"

  • Explanation: This error occurs when the input point data contains NaN or infinite values that cannot be processed.
  • Solution: Use the valid_mask parameter to filter out invalid points before passing the data to the node.

"Color data out of range"

  • Explanation: The color values provided are outside the acceptable range of 0 to 255. - Solution: Ensure that all color values are clamped within the 0 to 255 range for each RGB channel.

"File save failure"

  • Explanation: This error might occur due to issues with file permissions or an invalid file path.
  • Solution: Verify that the output directory is writable and that the file path is correctly specified.

💾 Save PLY File Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI_HYWorld2
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

💾 Save PLY File