Download and Install TripoSR
Everything you need to run TripoSR yourself: the official GitHub repository, the pretrained model weights, hardware and VRAM requirements, and a step by step local install. Prefer not to install anything? Use the free hosted demo instead.
Official GitHub Repository
Clone the MIT licensed source from VAST-AI-Research/TripoSR. It includes run.py, example images, and the full single image to 3D inference pipeline.
Model Weights on Hugging Face
Pull the pretrained TripoSR weights from the stabilityai/TripoSR model card. They download automatically the first time you run the model.
No Install Needed
Run TripoSR in your browser with the free hosted demo. No GPU, no Python setup, and a 3D model in seconds.
Download and requirements, answered
These are the questions people actually search for when installing TripoSR. Short, direct answers, with the official sources linked above.
Can I download TripoSR for free?
Yes. TripoSR is open source under the MIT license, so the code and the pretrained weights are free to download and free for commercial use. The code lives on GitHub and the weights on Hugging Face.
What are the GPU and VRAM requirements?
TripoSR is lightweight and runs on a single consumer GPU. It also ships a CPU only mode, which works but is slower. For the exact VRAM figure on your setup, check the requirements in the official GitHub README before installing.
How do I install TripoSR locally?
Clone the repository, create a Python 3.8 or newer environment, install PyTorch and the listed requirements, then run the included run.py on any image. The full commands are in the step by step section below.
Is there a Colab or one click option?
Yes. Community Google Colab notebooks let you run TripoSR with no local setup, and Pinokio offers a one click installer. Both are good if you want to skip manual environment setup.
Four ways to run TripoSR
Pick the path that fits your hardware and your patience. Every one of them turns a single image into a 3D mesh.
Local install (full control)
Clone the GitHub repo, set up Python and PyTorch, then run run.py. Best for batch jobs, custom pipelines, and offline use.
Google Colab (no local GPU)
Open a community Colab notebook and run TripoSR on a free cloud GPU. Good for a quick test without touching your own machine.
Pinokio (one click)
Install TripoSR through Pinokio to skip manual dependency setup. A single click handles the Python environment for you.
Hosted demo (zero setup)
Use Triposr.org directly in the browser. No download, no GPU, and results in seconds. The fastest way to try it.
Using TripoSR programmatically (API)
There is no hosted API for the open-source TripoSR model itself: you run it yourself and call it from your own code. If you want a managed REST API, Tripo AI, the team behind TripoSR, offers one. Here are the two options.
Self-host the open-source model
Run TripoSR locally with Python and wrap run.py or the model class in your own service or batch script. It is free, fully under your control, and works offline. Best when you want to own the pipeline and the infrastructure. Frameworks like FastAPI or Flask make it easy to expose your own HTTP endpoint.
Tripo API (managed REST API)
Tripo AI, the team behind TripoSR, offers a managed REST API for image-to-3D and text-to-3D with authentication, generation jobs, and GLB or OBJ output. Best when you want scalable cloud generation without running the model yourself.
TripoSR install FAQ
Skip the setup and start now
Try TripoSR in your browser before you install anything. Upload an image and get a 3D model in seconds.
