bennyguo commited on
Commit
de3b99a
Β·
verified Β·
1 Parent(s): ebd1aad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -2,7 +2,29 @@
2
  license: mit
3
  ---
4
 
5
- To use with ComfyUI, place the files in the following folders:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/