tool

Microsoft TRELLIS.2 Open Source Debut: How a 4B Parameter Model Redefines the High-Definition Standard for Single-Image to 3D

December 18, 2025
Updated Dec 18
6 min read

The Microsoft research team has newly released TRELLIS.2, a 4-billion-parameter image-to-3D model featuring innovative O-Voxel representation and SC-VAE technology. This article will analyze how it achieves high-fidelity generation at 1536³ resolution and explore its breakthroughs in PBR material restoration and geometry.


Remember Microsoft TRELLIS? In the field of 3D generation technology, deriving a 3D model with both precise geometric structure and realistic material texture from a single 2D image has always been a huge challenge for developers. The Microsoft research team, in collaboration with Tsinghua University and the University of Science and Technology of China, has officially launched TRELLIS.2. This is not just a version number update; this open-source model with 4 billion parameters (4B) attempts to solve the pain points of detail loss and blurry textures in past 3D generation through a brand-new technical architecture.

The core advantage of TRELLIS.2 lies in its balance between efficiency and high image quality. It can generate PBR (Physically Based Rendering) texture assets with resolutions up to 1536³, suitable for various complex scenes ranging from organic creatures to hard-surface machinery.

Core Breakthrough: Native Structured Latent Space from 2D to 3D

The biggest highlight of TRELLIS.2 is its “native” 3D processing capability. Many models on the market tend to simplify 3D problems into the stitching of multi-view image generation, whereas TRELLIS.2 chooses a more fundamental path: building native 3D Variational Autoencoders (3D VAEs).

This architecture utilizes 16x spatial compression technology to encode complex 3D information into a compact Latent Space. This means that during computation, the model can process massive geometry and texture information with lower resource consumption. For developers, this represents a satisfactory balance between generation efficiency and the scalability of final assets.

O-Voxel Technology: Synchronous Precise Encoding of Geometry and Appearance

To make generated 3D models not just “look like the shape” but “feel like the real texture,” TRELLIS.2 introduces a new representation form called O-Voxel (Omni-Voxel). This is a field-free sparse voxel structure designed to solve the encoding problems of both geometric shape and complex appearance simultaneously.

O-Voxel operates in two key parts:

  • Geometry: Adopts a flexible Dual Grids representation. This technology allows the model to handle arbitrary topological structures, whether it’s mechanical parts with holes or flowing clothing folds, capturing them precisely while maintaining sharp edges.
  • Appearance: This is an area many single-image-to-3D models often overlook. O-Voxel supports complete PBR attributes, including Base Color, Metallic, Roughness, and Alpha (Transparency).

This means that when a user inputs a picture of a rusty metal machine, the generated 3D model won’t just be a gray blob but can present the rough texture of rust and the unique reflection of metal.

SC-VAE: Efficient Generation Brought by Extreme Compression

When processing high-resolution 3D data, data volume is often the biggest bottleneck. TRELLIS.2 proposes a Sparse Compressed 3D VAE (SC-VAE) to solve this problem. It adopts a Sparse Residual Autoencoding scheme to compress voxel data directly.

Data shows that this technology achieves 16x Downsampling, compressing a complex asset of 1024³ to only about 9600 Latent Tokens. This extreme compression rate brings two benefits:

  1. Perceptually Lossless: Although the data is significantly compressed, the decoded 3D asset has almost no loss of detail in visual perception.
  2. Large-Scale Generation: The extremely low token count makes it possible to use Transformers for large-scale generative modeling, greatly lowering the computational threshold.

Diverse Application Scenarios: From Organic Creatures to Precision Machinery

Observing the cases in the TRELLIS.2 Official Showcase, we can see that the model has extremely strong generalization capabilities. It is no longer limited to a specific type of object but can handle a variety of distinct geometric features:

  • Organic & Character: Such as human statues and fantasy creatures, the model can capture the general flow of muscle lines and hair.
  • Hard Surface & Interior: For objects like mechanical engines and furniture, the model can generate sharp edges and even demonstrate an understanding of internal structures in certain perspective structures.
  • Thin Geometry & Transparent Materials: This is the nemesis of traditional 3D scanning or generation, but TRELLIS.2 shows amazing stability when processing objects like insect wings and glassware.

How to Get and Use TRELLIS.2

Microsoft has adopted a very open attitude this time, releasing TRELLIS.2 as an open-source research project. For developers or 3D artists who want to try this technology, resources can be obtained through the following channels:

  • Model Download: Complete 4-billion parameter model weights have been uploaded to the Hugging Face Model Page.
  • Online Demo: If you don’t want to deploy locally, you can directly visit the Hugging Face Spaces Demo for online testing; simply upload an image to generate.
  • Codebase: Relevant inference code and technical details are hosted on GitHub, facilitating researchers to perform secondary development.

The emergence of this tool is undoubtedly a powerful aid for game development, film pre-visualization, and VR/AR content creators, significantly shortening the production time from concept art to 3D rough models.


Frequently Asked Questions (FAQ)

Q1: Is TRELLIS.2 free? Can it be used for commercial purposes? TRELLIS.2 is an open-source research project. According to the disclaimer on its release page, the materials provided are for academic and research purposes only and are not intended for commercial development or exploitation. If users wish to integrate it into commercial products, it is recommended to carefully read its specific open-source license terms or contact relevant Microsoft departments.

Q2: What hardware configuration is needed to run this 4-billion parameter model? Although the official site hasn’t listed minimum hardware requirements, considering it is a 4B parameter model involving 3D voxel computation, it is generally recommended to have a GPU with larger VRAM (Video RAM), such as an NVIDIA RTX 3090 or 4090 class graphics card, to ensure a smooth inference process and handle high-resolution texture generation.

Q3: How is TRELLIS.2 different from previous 3D generation models? The biggest difference lies in its “Native 3D VAE” architecture and “O-Voxel” representation. Many models are based on NeRF or simple mesh deformation, often leading to blurry textures or imprecise geometry. TRELLIS.2 achieves higher resolution (1536³) and more realistic physical material representation by encoding geometry and PBR materials simultaneously into a sparse voxel space.

Q4: Can I input any image for generation? Yes, TRELLIS.2 is designed as a general-purpose image-to-3D model. It supports various types of input, including detailed object photos, illustrations, or blueprints. However, the clarity of the input image and the completeness of the subject will directly affect the quality of the generated 3D model. Images with clean backgrounds and clear perspectives usually yield the best results.

Share on:
Featured Partners

© 2026 Communeify. All rights reserved.