Fetching latest headlines…
Show HN: TRELLIS.2 image-to-3D running on Mac Silicon – no Nvidia GPU needed
NORTH AMERICA
🇺🇸 United StatesApril 20, 2026

Show HN: TRELLIS.2 image-to-3D running on Mac Silicon – no Nvidia GPU needed

0 views0 likes0 comments
Originally published byHacker News

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.

https://github.com/shivampkumar/trellis-mac


Comments URL: https://news.ycombinator.com/item?id=47828896

Points: 22

# Comments: 1

Comments (0)

Sign in to join the discussion

Be the first to comment!