ComfyUI Extension: ComfyUI-TrellisMeshPostprocess

Authored by Dodzilla

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

ComfyUI custom node for Trellis mesh normal postprocessing.

Looking for a different extension?

Custom Nodes (1)

README

ComfyUI-TrellisMeshPostprocess

ComfyUI custom node for Trellis mesh normal postprocessing.

Node

  • Trellis2 - Mesh Postprocess Normals
  • Class: TamataTrellisMeshPostprocessNormals
  • Input: TRIMESH
  • Output: TRIMESH

This node recalculates normals by clustering face normals in quantized position space. It is designed for Trellis outputs where duplicated/split vertices can produce hard lighting seams.

Inputs

  • trimesh: mesh from Trellis texturing/refinement stages.
  • position_epsilon (default 1e-5): weld tolerance used only for normal clustering.
  • normal_crease_deg (default 55): smoothing angle threshold.

Install

Clone into ComfyUI/custom_nodes:

git clone https://github.com/Dodzilla/ComfyUI-TrellisMeshPostprocess.git

Restart ComfyUI.

License

MIT

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more