TripoSplat / README.md
bennyguo's picture
Update README.md
de3b99a verified
metadata
license: mit

TripoSplat: Generative 3D Gaussians with Learned Density Control

TripoSplat converts a single 2D image into high-quality and variable number of 3D Gaussians developed by TripoAI. It can serve as a powerful pipeline tool for asset creation, AR/VR, game development, simulation environments, and beyond.

Read Paper | Technical Blog

Usage

To use with the official inference code, place the files in the following structure:

πŸ“‚ TripoSplat/
β”œβ”€β”€ πŸ“‚ ckpts/
β”‚   β”œβ”€β”€ πŸ“‚ background_removal/
β”‚   β”‚   └── birefnet.safetensors
β”‚   β”œβ”€β”€ πŸ“‚ diffusion_models/
β”‚   β”‚   └── triposplat_fp16.safetensors
β”‚   β”œβ”€β”€ πŸ“‚ clip_vision/
β”‚   β”‚   └── dino_v3_vit_h.safetensors
β”‚   β”œβ”€β”€ πŸ“‚ vae/
β”‚   β”‚   β”œβ”€β”€ flux2-vae.safetensors
β”‚   β”‚   └── triposplat_vae_decoder_fp16.safetensors

To use with ComfyUI, place the files in the following structure:

πŸ“‚ ComfyUI/
β”œβ”€β”€ πŸ“‚ models/
β”‚   β”œβ”€β”€ πŸ“‚ background_removal/
β”‚   β”‚   └── birefnet.safetensors
β”‚   β”œβ”€β”€ πŸ“‚ diffusion_models/
β”‚   β”‚   └── triposplat_fp16.safetensors
β”‚   β”œβ”€β”€ πŸ“‚ clip_vision/
β”‚   β”‚   └── dino_v3_vit_h.safetensors
β”‚   β”œβ”€β”€ πŸ“‚ vae/
β”‚   β”‚   β”œβ”€β”€ flux2-vae.safetensors
β”‚   β”‚   └── triposplat_vae_decoder_fp16.safetensors