Generative 3D Gaussians with Learned Density Control
Paper β’ 2605.16355 β’ Published
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.
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