DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.

1,180+ deals tracked  ·  22 AI investment memos  ·  Updated daily

← Back to leaderboard

Run TRELLIS.2 Image

Show HN: Run TRELLIS.2 Image-to-3D generation natively on Apple Silicon

55 AI Score
Show_hn other Added Apr 20, 2026

Details

Sector
other
Total Funding
$0
Last Round
$0

About

I ported Microsoft&#x27;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.<p>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.<p>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.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;shivampkumar&#x2F;trellis-mac" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;shivampkumar&#x2F;trellis-mac</a>

AI Score Reasoning

This project demonstrates exceptional technical proficiency in ML engineering by porting complex CUDA-dependent kernels to Apple Silicon, addressing a clear demand for local AI workflows. While the technical feat is impressive and gained significant developer traction on Hacker News, it currently functions as a utility port of a Microsoft model rather than a standalone business with a proprietary moat.

Source

Show_hn — View original →