back to home

visualbruno / ComfyUI-Trellis2

ComfyUI Wrapper for Microsoft Trellis.2 - Native and Compact Structured Latents for 3D Generation

363 stars
33 forks
56 issues
Python

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing visualbruno/ComfyUI-Trellis2 in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/visualbruno/ComfyUI-Trellis2)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

šŸŒ€ ComfyUI Wrapper for https://github.com/microsoft/TRELLIS.2 --- --- --- šŸ“‹ Changelog | Date | Description | | --- | --- | | **2026-03-17** | Added Inpainting Choice NS and TELEA | | **2026-03-14** | Added Experimental node "Projection MultiView Texturing" Check in example_workflows folder | | **2026-03-08** | Updated CuMesh wheels for Torch 2.7, 2.8 and Linux You can use the node "Fill Holes with Cumesh" | | **2026-03-07** | Added "Heun" sampler Added the node "Mesh with Voxel Cascade Generator" | | **2026-03-05** | Added "RK4" and "RK5" samplers Processing is much slower, so reduce the number of steps | | **2026-03-04** | Sparse Structure Resolution supported up to 128 Experimental for "cascade" pipelines only Can increase the details | | **2026-02-27** | Added the Wheels for Windows Python 3.13, Torch 2.10.0, CUDA 13.1 | | **2026-02-26** | Added FP8 models Added "sdpa" and "flash_attn_3" for the backend | | **2026-02-21** | Fixed "Vertical lines" bug | | **2026-02-17** | Disabled Triton Cache (trying to fix vertical lines bug) Fixed "Weld Vertices" Added "Reconstruct Mesh with Quad" node | | **2026-02-13** | Added the node "Weld Vertices" Added the resolution 1536 for "Mesh Texturing" | | **2026-02-12** | Added the node "Mesh With Voxel Multi-View Generator" | || Added the node "Mesh Texturing Multi-View" | || Added new example workflows | | **2026-02-10** | Improved progress bar when filling holes with meshlib | | **2026-02-09** | Fixed "Mesh Texturing" node "mesh_cluster_threshold_cone_half_angle_rad" was not used | | **2026-02-08** | Fixed "Fill Holes" node progress bar Updated Cumesh package Added "Remesh with Quad" node Added "Batch Simplify Mesh and Export" node| | **2026-02-07** | Updated Cumesh package Improved "Remesh" node when removing inner layer| | **2026-02-02** | Added node "Smooth Normals" Useful for "Low Poly" mesh to remove the "blocky" aspect| || Added "remove_background" parameter for "PreProcess Image" node Using rembg package| | **2026-01-30** | Updated Cumesh, updated nodes, updated workflows| ||PostProcess UnWrap and Rasterize : removed fill_holes_max_perimeter using fill holes from Meshlib| ||Remesh : added "remove_inner_faces" -> same algorithm as "Reconstruct Mesh"| ||Mesh Texturing: added "mesh_cluster_threshold_cone_half_angle_rad"| | **2026-01-29** |Updated cumesh -> Remesh and Reconstruct made by chunk| | **2026-01-28** |Added the node "Fill Holes With Meshlib"| ||Trying to fix caching issue| | **2026-01-27** |Added the node "Trellis2ReconstructMesh"| ||"Multiple Images" support for "Mesh Refiner" node| | **2026-01-21** |Added a "Continue" node| ||Added the option "bake_on_vertices" for "Mesh Texturing" node| ||Added "padding" option for "Preprocess Image" node| | **2026-01-20** |Added node "Simplify Trimesh"| ||Fixed crash with "remove_infinite_vertices" in "PostProcess Mesh" node| ||Fixed texture generation| | **2026-01-19** |Updated Cumesh| | **2026-01-12** |Can pass multiple images to "Mesh Texturing" node (experimental)| ||Applied latest fixes from Microsoft| | **2026-01-05** |Implemented "Tiled" Decoder| ||Updated Cumesh and O_voxel| --- REQUIREMENTS ## You need to have access to facebook dinov3 models in order to use Trellis.2 https://huggingface.co/facebook/dinov3-vitl16-pretrain-lvd1689m Clone the repository in ComfyUI models folder under "facebook/dinov3-vitl16-pretrain-lvd1689m" So in ComfyUI/models/facebook/dinov3-vitl16-pretrain-lvd1689m --- āš™ļø Installation Guide > Tested on **Windows 11** with **Python 3.11** and **Torch = 2.7.0 + cu128**. • Install Wheels For a standard python environment: **If you use Torch v2.7.0:** **If you use Torch v2.8.0:** --- For ComfyUI Portable: **If you use Torch v2.7.0:** **If you use Torch v2.8.0:** --- **Check the folder wheels for the other versions** --- • Custom Build o_voxel Use my own version of Trellis.2 here: https://github.com/visualbruno/TRELLIS.2 Cumesh Use my own version of Cumesh here: https://github.com/visualbruno/CuMesh FlexGEMM Use my own version of FlexGEMM here: https://github.com/visualbruno/FlexGEMM --- • Requirements.txt For a standard python environment: --- For ComfyUI Portable: