TRELLIS: 3D generator — what it does and what you need to run it

TRELLIS is an open-source 3D generator created by Microsoft. It tackles the image-to-3D task, turning one or more images of an object into a textured 3D mesh. It is based on the research paper “Structured 3D Latents for Scalable and Versatile 3D Generation,” presented at CVPR'25.
What it does
As described by the authors, TRELLIS generates 3D models from input images. The result is saved as a textured polygon mesh in GLB format (file sample.glb). The repository is also tagged with the text-to-3D label, but the fact sheet does not detail this mode.What you need to run it
The code is written in Python and distributed under the MIT license. The model weights are also available under the MIT license. The largest weight file takes up 1.1 GB, and the full set of weights is 3.1 GB. To run it, as stated by the developers, the CUDA platform is required. The documentation notes that CUDA Toolkit is needed to compile some submodules; the code was tested with versions 11.8 and 12.2. Running locally without an NVIDIA GPU is not supported, judging by these requirements. No cloud service version is listed in the fact sheet — this is a local tool.Who it is for
The tool will be useful for researchers and developers experimenting with generative 3D who have access to a machine with an NVIDIA GPU. The open MIT license allows embedding TRELLIS into your own projects and modifying the code. Those working on integrated graphics or AMD GPUs will not find the tool suitable due to its tight CUDA dependency. It is also not designed for users expecting a ready-made cloud service: the authors do not mention such an option, and all interaction goes through code. TRELLIS occupies the niche of a research-grade generator that offers full control over the process but requires technical expertise and compatible hardware.Fact sheet
Repository · Model on HuggingFace · Developer’s site
| Task | image-to-3d source |
|---|---|
| Code license | MIT source |
| Weights license | mit source |
| Platform | CUDA per the author’s description source |
| Largest weights file | 1.1 GB source |
| All weights files | 3.1 GB source |
| Export formats | glb per the author’s description source |
| Library | trellis source |
| Language | Python source |
| Last code change | 2026-06-26 source |
| Repository created | 2024-12-02 source |
Changes often — as of 2026-08-19
| GitHub stars | 13377 source |
|---|---|
| Forks | 1297 source |
| Downloads per month | 1987261 source |
| Model updated | 2024-12-06 source |
Values are collected automatically from official sources and were checked on 2026-08-19. Each one links to its source, and values taken from the developer’s pages also carry a verbatim quote — hover over the note. Pricing and versions are shown as of the check date and change most often; verify on the vendor’s site before buying.



