YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

TRELLIS.2 image-to-3D hits Apple Silicon

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

TRELLIS.2 image-to-3D hits Apple Silicon
OPEN LINK ↗
// 45d agoOPENSOURCE RELEASE

TRELLIS.2 image-to-3D hits Apple Silicon

Microsoft's state-of-the-art 3D generation model is now available on Mac via a custom PyTorch MPS implementation. By replacing five CUDA-only dependencies with pure-PyTorch and Metal-accelerated backends, developers can now generate high-fidelity meshes locally without NVIDIA hardware.

// ANALYSIS

This port is a significant win for the local AI community, proving that even compute-heavy 3D vision models can be decoupled from the CUDA ecosystem. It replaces specialized CUDA kernels like flex_gemm and flash_attn with native MPS-compatible alternatives, achieving generation times around 3.5 minutes on M4 Pro. This enables high-fidelity 3D asset creation with zero cloud cost and full offline privacy. While the sparse 3D convolution implementation is roughly 10x slower than CUDA, it remains highly usable for creative workflows. Technical hurdles like texture baking and spatial hashing were solved via Python-based spatial hashing and torch.grid_sample. The tool requires 24GB+ of unified memory, making it a "Pro" level tool for modern Mac hardware.

// TAGS
trellis-2multimodalimage-genopen-sourceedge-aicomputer-usegpu

DISCOVERED

45d ago

2026-04-20

PUBLISHED

45d ago

2026-04-20

RELEVANCE

8/ 10

AUTHOR

sk_dastaan