Extensions/ComfyUI-trellis2-apple
ComfyUI Extension

ComfyUI-trellis2-apple

TRELLIS.2 image-to-3D for ComfyUI using the MLX backend — runs natively on Apple Silicon (M1–M4).

By LeonardMeagher2·Created 2 months ago·Updated 2 months ago· 0
LeonardMeagher2/ComfyUI-trellis2-apple
Nodes
On cloudLocal install
Stars0
Updated2 months ago
Readme

ComfyUI-trellis2-apple

TRELLIS.2 image-to-3D for ComfyUI using the MLX backend — runs natively on Apple Silicon (M1–M4).

Install

cd custom_nodes
git clone --recursive https://github.com/LeonardMeagher2/ComfyUI-trellis2-apple.git
cd ComfyUI-trellis2-apple
source ../venv/bin/activate    # or your ComfyUI venv
bash setup.sh

ComfyUI creates its venv at venv/ or .venv/ inside its install directory.

Restart ComfyUI. Model weights download on first run.

Patch gated models (optional)

Some model repos require HF authentication. Run this script to swap them for public equivalents:

source ../venv/bin/activate
python patch_models.py

A backup is saved as pipeline.json.bak. To restore, copy it back.