huanngzh commited on
Commit
299445c
·
verified ·
1 Parent(s): ba96331

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -35
README.md CHANGED
@@ -6,40 +6,9 @@ tags:
6
  - 3d-generation
7
  - rectified-flow
8
  ---
9
- # TripoSG - High-Fidelity 3D Shape Synthesis using Large-Scale Rectified Flow Models
10
 
11
- TripoSG is a state-of-the-art image-to-3D generation foundation model that leverages large-scale rectified flow transformers to produce high-fidelity 3D shapes from single images.
 
12
 
13
- ## Model Description
14
-
15
- ### Model Architecture
16
-
17
- TripoSG utilizes a novel architecture combining:
18
- - Rectified Flow (RF) based Transformer for stable, linear trajectory modeling
19
- - Advanced VAE with SDF-based representation and hybrid geometric supervision
20
- - Cross-attention mechanism for image feature condition
21
- - 1.5B parameters operating on 2048 latent tokens
22
-
23
- ## Intended Uses
24
-
25
- This model is designed for:
26
- - Converting single images to high-quality 3D meshes
27
- - Creative and design applications
28
- - Gaming and VFX asset creation
29
- - Prototyping and visualization
30
-
31
- ## Requirements
32
-
33
- - CUDA-capable GPU (>8GB VRAM)
34
-
35
- ## Usage
36
-
37
- For detailed usage instructions, please visit our [GitHub repository](https://github.com/VAST-AI-Research/TripoSG).
38
-
39
- ## About
40
-
41
- TripoSG is developed by [Tripo](https://www.tripo3d.ai), [VAST AI Research](https://github.com/orgs/VAST-AI-Research), pushing the boundaries of 3D Generative AI.
42
- For more information:
43
- - [GitHub Repository](https://github.com/VAST-AI-Research/TripoSG)
44
- - [Paper](https://arxiv.org/abs/2502.06608)
45
- - [Gradio Demo](https://huggingface.co/spaces/VAST-AI/TripoSG)
 
6
  - 3d-generation
7
  - rectified-flow
8
  ---
9
+ # TripoSG
10
 
11
+ For more details, please refer to the original repository:
12
+ https://huggingface.co/VAST-AI/TripoSG
13
 
14
+ This project is a refactored version of VAST-AI/TripoSG and is released under the same license as the original project.