Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > ComfyUI-Hunyuan3DWrapper > Hy3D_2_1SimpleMeshGen

ComfyUI Node: Hy3D_2_1SimpleMeshGen

Class Name

Hy3D_2_1SimpleMeshGen

Category
Hunyuan3DWrapper
Author
kijai (Account age: 2948days)
Extension
ComfyUI-Hunyuan3DWrapper
Latest Updated
2026-07-29
Github Stars
1.03K

How to Install ComfyUI-Hunyuan3DWrapper

Install this extension via the ComfyUI Manager by searching for ComfyUI-Hunyuan3DWrapper
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-Hunyuan3DWrapper 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

Hy3D_2_1SimpleMeshGen Description

Generates simple 3D meshes from voxel data, simplifying the process for AI artists.

Hy3D_2_1SimpleMeshGen:

The Hy3D_2_1SimpleMeshGen node is designed to facilitate the generation of simple 3D meshes from voxel data, providing a streamlined approach for creating basic geometric representations. This node is particularly beneficial for AI artists who wish to convert voxel-based data into mesh structures without delving into complex algorithms or technical details. By leveraging this node, you can efficiently transform voxel grids into surface meshes, which can then be used for further processing or visualization. The primary goal of this node is to simplify the mesh generation process, making it accessible to users with varying levels of technical expertise, and enabling the creation of 3D models that can be easily manipulated or rendered in various applications.

Hy3D_2_1SimpleMeshGen Input Parameters:

voxel_grid

The voxel_grid parameter represents the input voxel data that the node will process to generate a mesh. This parameter is crucial as it defines the 3D space from which the surface mesh will be extracted. The voxel grid is typically a 3D array where each element indicates the presence or absence of a voxel at a specific location. The resolution and size of the voxel grid can significantly impact the detail and complexity of the resulting mesh. Higher resolution grids can produce more detailed meshes, while lower resolution grids may result in simpler, less detailed outputs.

mc_level

The mc_level parameter sets the threshold for determining which voxels are considered part of the surface during the mesh generation process. This threshold is used in the marching cubes algorithm to identify surface voxels. Adjusting the mc_level can affect the smoothness and accuracy of the generated mesh. A lower threshold might include more voxels, resulting in a denser mesh, while a higher threshold could produce a sparser mesh with fewer details.

grid_size

The grid_size parameter defines the dimensions of the voxel grid, influencing the scale and proportions of the generated mesh. This parameter is essential for ensuring that the mesh accurately represents the intended 3D structure. The grid size should be chosen based on the desired level of detail and the specific requirements of the application in which the mesh will be used.

Hy3D_2_1SimpleMeshGen Output Parameters:

vertices

The vertices output parameter provides the coordinates of the vertices that make up the generated mesh. These vertices define the points in 3D space where the edges of the mesh intersect, forming the basic structure of the model. Understanding the distribution and arrangement of vertices is crucial for further processing, such as rendering or applying textures.

faces

The faces output parameter describes the connectivity between vertices, specifying which vertices form each polygonal face of the mesh. This information is vital for rendering the mesh, as it determines how the surface is constructed and how light interacts with it. The faces are typically represented as a list of indices, each referring to a vertex in the vertices list.

Hy3D_2_1SimpleMeshGen Usage Tips:

  • Ensure that your voxel grid is well-defined and accurately represents the 3D structure you wish to model, as this will directly impact the quality of the generated mesh.
  • Experiment with different mc_level values to achieve the desired balance between mesh detail and smoothness, especially if the initial results do not meet your expectations.

Hy3D_2_1SimpleMeshGen Common Errors and Solutions:

"Invalid voxel grid dimensions"

  • Explanation: This error occurs when the provided voxel grid does not match the expected dimensions specified by the grid_size parameter.
  • Solution: Verify that the voxel grid dimensions align with the grid_size parameter and adjust them if necessary to ensure compatibility.

"Threshold level out of range"

  • Explanation: The mc_level parameter is set to a value that is not suitable for the given voxel data, leading to an inability to generate a proper mesh.
  • Solution: Adjust the mc_level to a value within the appropriate range for your voxel data, ensuring it accurately reflects the surface you wish to extract.

Hy3D_2_1SimpleMeshGen Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-Hunyuan3DWrapper
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.

Hy3D_2_1SimpleMeshGen