Mesh Simplifier

MeshSimplifierNode

Simplifies 3D meshes with texture preservation using PyMeshLab's Quadric Edge Collapse Decimation algorithm. This node allows you to reduce the complexity of 3D meshes while preserving visual quality and textures. Works with any mesh from ComfyUI-3D-Pack nodes (StableFast3D, Hunyuan3D, etc.). - Simplify by target face count or percentage reduction - Preserves textures and UV maps when possible - Pre-cleans meshes to fix common issues - Compatible with textured and non-textured meshes When using this tool in academic projects, please cite PyMeshLab: @software{pymeshlab, author={Alessandro Muntoni and Paolo Cignoni}, title={{PyMeshLab}}, month=jan, year=2021, publisher={Zenodo}, doi={10.5281/zenodo.4438750}}

Pack: Mesh Simplifier for ComfyUI

custom_nodes.ComfyUI-mesh-simplifier

Inputs (12)

NameTypeRequired
meshMESHrequired
simplify_methodCOMBOrequired
target_facesINTrequired
percentage_reductionFLOATrequired
quality_thresholdFLOATrequired
texture_weightFLOATrequired
preserve_boundaryCOMBOrequired
boundary_weightFLOATrequired
optimal_positionCOMBOrequired
preserve_normalCOMBOrequired
planar_simplificationCOMBOrequired
pre_cleanCOMBOrequired

Outputs (1)

NameType
simplified_meshMESH