This repository documents pre-compiled Windows Wheels (.whl) optimized specifically for the NVIDIA RTX PRO 6000 Blackwell Workstation Edition. These wheels satisfy the hard-to-build dependencies required for Trellis2 implementation in ComfyUI.
These binaries are built to accelerate 3D generation and rendering pipelines, specifically targeting Compute Capability 12.0.
Do not install these wheels if you do not match the environment below. These are built for next-generation architecture and will likely fail on Ada Lovelace (4090) or Ampere (3090) cards due to the specific sm120 compilation.
Component
Requirement
GPU
NVIDIA RTX PRO 6000 (Blackwell)
Compute Capability
12.0 (sm120)
OS
Windows 11
Python
3.12.10
PyTorch
2.10
CUDA
13.0
📦 Included Wheels
The following libraries have been compiled:
Flash Attention (flash_attn-2.8.3)
Nvdiffrast (nvdiffrast-0.4.0)
FlexGEMM (flex_gemm-0.0.1)
CuMesh (cumesh-0.0.1)
O-Voxel (o_voxel-0.0.1)
Nvdiffrec (nvdiffrec-0.1.0)
🚀 ComfyUI Compatibility
These wheels are essential for running the Z-Trellis2 workflow. They have been tested with the following custom nodes:
Note: Initial testing indicates better performance/speed when using the visualbruno implementation with these specific binaries.
🛠️ Installation
This guide assumes you are using the standard ComfyUI GitHub version (cloned via git) on Windows 11.
Recommendation: It is highly recommended to install these wheels inside a Python Virtual Environment (venv) to ensure these specific CUDA-compiled wheels do not conflict with your system packages or other projects.
Step 1: Install Wheels
Download the .whl files from the Hugging Face Repository to a local folder (e.g., C:\wheels).
Open your terminal and ensure your virtual environment is active.
The nvdiffrec wheel requires a specific module name (nvdiffrec_render) that differs from the package name. To ensure the Trellis nodes can find the module, run this Python command immediately after installation:
Disclaimer: These files are provided "as is" for experimental builds on Blackwell architecture. Please check the original repositories for licensing information regarding commercial use.