Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,29 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
```
|
| 7 |
π ComfyUI/
|
| 8 |
βββ π models/
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
# TripoSplat: Generative 3D Gaussians with Learned Density Control
|
| 6 |
+
|
| 7 |
+
TripoSplat converts a single 2D image into high-quality and variable number of 3D Gaussians developed by [TripoAI](https://www.tripo3d.ai/). It can serve as a powerful pipeline tool for asset creation, AR/VR, game development, simulation environments, and beyond.
|
| 8 |
+
|
| 9 |
+
[Read Paper](https://arxiv.org/abs/2605.16355) | [Technical Blog](https://www.tripo3d.ai/research/triposplat)
|
| 10 |
+
|
| 11 |
+
# Usage
|
| 12 |
+
To use with the [official inference code](https://github.com/VAST-AI-Research/TripoSplat), place the files in the following structure:
|
| 13 |
+
```
|
| 14 |
+
π TripoSplat/
|
| 15 |
+
βββ π ckpts/
|
| 16 |
+
β βββ π background_removal/
|
| 17 |
+
β β βββ birefnet.safetensors
|
| 18 |
+
β βββ π diffusion_models/
|
| 19 |
+
β β βββ triposplat_fp16.safetensors
|
| 20 |
+
β βββ π clip_vision/
|
| 21 |
+
β β βββ dino_v3_vit_h.safetensors
|
| 22 |
+
β βββ π vae/
|
| 23 |
+
β β βββ flux2-vae.safetensors
|
| 24 |
+
β β βββ triposplat_vae_decoder_fp16.safetensors
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
To use with [ComfyUI](https://github.com/Comfy-Org/workflow_templates/blob/main/templates/3d_triposplat_image_to_gaussian_splat.json), place the files in the following structure:
|
| 28 |
```
|
| 29 |
π ComfyUI/
|
| 30 |
βββ π models/
|