Show HN: TRELLIS.2 image-to-3D running on Mac Silicon – no Nvidia GPU needed
Hacker News (score: 84)
Found: April 20, 2026
ID: 4223
Description
Other
Show HN: TRELLIS.2 image-to-3D running on Mac Silicon – no Nvidia GPU needed
I ported Microsoft's TRELLIS.2 (4B parameter image-to-3D model) to run on Apple Silicon via PyTorch MPS. The original requires CUDA with flash_attn, nvdiffrast, and custom sparse convolution kernels: none of which work on Mac.
I replaced the CUDA-specific ops with pure-PyTorch alternatives: a gather-scatter sparse 3D convolution, SDPA attention for sparse transformers, and a Python-based mesh extraction replacing CUDA hashmap operations. Total changes are a few hundred lines across 9 files.
Generates ~400K vertex meshes from single photos in about 3.5 minutes on M4 Pro (24GB). Not as fast as H100 (where it takes seconds), but it works offline with no cloud dependency.
More from Hacker
No other tools from this source yet.