Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,68 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: hunyuan3d-2.1
|
3 |
+
license: other
|
4 |
+
license_name: tencent-hunyuan-community
|
5 |
+
license_link: https://github.com/Tencent-Hunyuan/Hunyuan3D-2.1/blob/main/LICENSE
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- zh
|
9 |
+
tags:
|
10 |
+
- image-to-3d
|
11 |
+
- text-to-3d
|
12 |
+
pipeline_tag: image-to-3d
|
13 |
+
---
|
14 |
+
|
15 |
+
<p align="center">
|
16 |
+
<img src="https://raw.githubusercontent.com/Tencent-Hunyuan/Hunyuan3D-2.1/refs/heads/main/assets/images/teaser.jpg">
|
17 |
+
</p>
|
18 |
+
|
19 |
+
<div align="center">
|
20 |
+
<a href=https://3d.hunyuan.tencent.com target="_blank"><img src=https://img.shields.io/badge/Hunyuan3D-black.svg?logo=homepage height=22px></a>
|
21 |
+
<a href=https://huggingface.co/spaces/tencent/Hunyuan3D-2.1 target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Demo-276cb4.svg height=22px></a>
|
22 |
+
<a href=https://huggingface.co/tencent/Hunyuan3D-2.1 target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Models-d96902.svg height=22px></a>
|
23 |
+
<a href=https://3d-models.hunyuan.tencent.com/ target="_blank"><img src= https://img.shields.io/badge/Page-bb8a2e.svg?logo=github height=22px></a>
|
24 |
+
<a href=https://discord.gg/GuaWYwzKbX target="_blank"><img src= https://img.shields.io/badge/Discord-white.svg?logo=discord height=22px></a>
|
25 |
+
<a href=https://github.com/Tencent/Hunyuan3D-2/blob/main/assets/report/Tencent_Hunyuan3D_2_0.pdf target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>
|
26 |
+
</div>
|
27 |
+
|
28 |
+
## 🔗 BibTeX
|
29 |
+
|
30 |
+
If you found this repository helpful, please cite our report:
|
31 |
+
|
32 |
+
```bibtex
|
33 |
+
@misc{hunyuan3d22025tencent,
|
34 |
+
title={Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation},
|
35 |
+
author={Tencent Hunyuan3D Team},
|
36 |
+
year={2025},
|
37 |
+
eprint={2501.12202},
|
38 |
+
archivePrefix={arXiv},
|
39 |
+
primaryClass={cs.CV}
|
40 |
+
}
|
41 |
+
|
42 |
+
@misc{yang2024tencent,
|
43 |
+
title={Tencent Hunyuan3D-1.0: A Unified Framework for Text-to-3D and Image-to-3D Generation},
|
44 |
+
author={Tencent Hunyuan3D Team},
|
45 |
+
year={2024},
|
46 |
+
eprint={2411.02293},
|
47 |
+
archivePrefix={arXiv},
|
48 |
+
primaryClass={cs.CV}
|
49 |
+
}
|
50 |
+
```
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
+
## Acknowledgements
|
55 |
+
|
56 |
+
We would like to thank the contributors to
|
57 |
+
the [TripoSG](https://github.com/VAST-AI-Research/TripoSG), [DINOv2](https://github.com/facebookresearch/dinov2), [Stable Diffusion](https://github.com/Stability-AI/stablediffusion), [FLUX](https://github.com/black-forest-labs/flux), [diffusers](https://github.com/huggingface/diffusers)
|
58 |
+
and [HuggingFace](https://huggingface.co) repositories, for their open research and exploration.
|
59 |
+
|
60 |
+
## Star History
|
61 |
+
|
62 |
+
<a href="https://star-history.com/#Tencent/Hunyuan3D-2.1&Date">
|
63 |
+
<picture>
|
64 |
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2.1&type=Date&theme=dark" />
|
65 |
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2.1&type=Date" />
|
66 |
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2.1&type=Date" />
|
67 |
+
</picture>
|
68 |
+
</a>
|