File size: 1,781 Bytes
f7c8b4e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
hide-toc: true
---

# Welcome to Hunyuan3D

```{toctree}
:maxdepth: 3
:hidden: 

Installation <installation/index>
Get Started <started/index>
Model Zoo <modelzoo>
citation
```

```{toctree}
:caption: Useful Links
:hidden:
PyPI Page <https://pypi.org/project/hy3dgen/>
GitHub Repository <https://github.com/Tencent/Hunyuan3D-2>
Paper <https://arxiv.org/abs/2501.12202>
```

<br/>

☯️ Hunyuan3D 2.0 is an advanced large-scale 3D synthesis system for generating high-resolution textured 3D assets.

The system includes the following foundation components:

1. [Hunyuan3D-DiT](): a large-scale shape generation model.
2. [Hunyuan3D-Paint](): a large-scale texture synthesis model.
3. [Hunyuan3D-Studio](): a versatile, user-friendly production platform that simplifies the re-creation process of 3D
   assets. It allows both professional and amateur users to manipulate or even animate their meshes efficiently.
4. [FlashVDM](): a universal acceleration framework.

```{nbgallery}
```

<div class="toctree-wrapper compound">
<div class="nbsphinx-gallery">
<a class="reference internal" href="started/quicktour.html">
  <b>Quicktour</b>
  <p style="color:var(--color-content-foreground)">Learn the fundamentals of using βˆ‡-Prox. We recommend starting here if you are using πŸŽ‰ βˆ‡-Prox for the first time! </p>
</a>
<a class="reference internal" href="tutorials/index.html">
  <b>Tutorials</b>
  <p style="color:var(--color-content-foreground)">Understand the design of the library and the mathematics behind the code. </p>
</a>
<a class="reference internal" href="api/index.html">
  <b>API Documentation</b>
  <p style="color:var(--color-content-foreground)">Explore the complete reference guide. Useful if you want to develop programs with βˆ‡-Prox. </p>
</a>
</div>
</div>