Add link to paper, correct pipeline tag (#4)
Browse files- Add link to paper, correct pipeline tag (ed23c331d6df18bc4ead6ab4e3e8887dafdf4f2a)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -9,14 +9,11 @@ language:
|
|
| 9 |
tags:
|
| 10 |
- image-to-3d
|
| 11 |
- text-to-3d
|
| 12 |
-
pipeline_tag:
|
| 13 |
---
|
| 14 |
|
| 15 |
-
|
| 16 |
<p align="center">
|
| 17 |
<img src="./assets/images/teaser.jpg">
|
| 18 |
-
|
| 19 |
-
|
| 20 |
</p>
|
| 21 |
|
| 22 |
<div align="center">
|
|
@@ -40,6 +37,9 @@ pipeline_tag: text-to-3d
|
|
| 40 |
“ Living out everyone’s imagination on creating and manipulating 3D assets.”
|
| 41 |
</p>
|
| 42 |
|
|
|
|
|
|
|
|
|
|
| 43 |
## 🔥 News
|
| 44 |
|
| 45 |
- Jan 21, 2025: 💬 Release [Hunyuan3D 2.0](https://huggingface.co/spaces/tencent/Hunyuan3D-2). Please give it a try!
|
|
@@ -60,8 +60,6 @@ We systematically evaluate our models, showing that Hunyuan3D 2.0 outperforms pr
|
|
| 60 |
including the open-source models and closed-source models in geometry details, condition alignment, texture quality, and
|
| 61 |
e.t.c.
|
| 62 |
|
| 63 |
-
|
| 64 |
-
|
| 65 |
<p align="center">
|
| 66 |
<img src="assets/images/system.jpg">
|
| 67 |
</p>
|
|
@@ -104,6 +102,7 @@ Generation results of Hunyuan3D 2.0:
|
|
| 104 |
|----------------------|------------|--------------------------------------------------------|
|
| 105 |
| Hunyuan3D-DiT-v2-0 | 2025-01-21 | [Download](https://huggingface.co/tencent/Hunyuan3D-2) |
|
| 106 |
| Hunyuan3D-Paint-v2-0 | 2025-01-21 | [Download](https://huggingface.co/tencent/Hunyuan3D-2) |
|
|
|
|
| 107 |
|
| 108 |
## 🤗 Get Started with Hunyuan3D 2.0
|
| 109 |
|
|
@@ -118,8 +117,9 @@ pip install -r requirements.txt
|
|
| 118 |
# for texture
|
| 119 |
cd hy3dgen/texgen/custom_rasterizer
|
| 120 |
python3 setup.py install
|
|
|
|
| 121 |
cd hy3dgen/texgen/differentiable_renderer
|
| 122 |
-
bash compile_mesh_painter.sh
|
| 123 |
```
|
| 124 |
|
| 125 |
### API Usage
|
|
@@ -184,9 +184,29 @@ If you found this repository helpful, please cite our report:
|
|
| 184 |
title={Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation},
|
| 185 |
author={Tencent Hunyuan3D Team},
|
| 186 |
year={2025},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 187 |
}
|
| 188 |
```
|
| 189 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 190 |
## Acknowledgements
|
| 191 |
|
| 192 |
We would like to thank the contributors to
|
|
@@ -201,4 +221,4 @@ and [HuggingFace](https://huggingface.co) repositories, for their open research
|
|
| 201 |
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date" />
|
| 202 |
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date" />
|
| 203 |
</picture>
|
| 204 |
-
</a>
|
|
|
|
| 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="./assets/images/teaser.jpg">
|
|
|
|
|
|
|
| 17 |
</p>
|
| 18 |
|
| 19 |
<div align="center">
|
|
|
|
| 37 |
“ Living out everyone’s imagination on creating and manipulating 3D assets.”
|
| 38 |
</p>
|
| 39 |
|
| 40 |
+
This repository contains the models of the paper [Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation](https://huggingface.co/papers/2501.12202).
|
| 41 |
+
For code and more details on how to use it, refer to the [Github repository](https://github.com/Tencent/Hunyuan3D-2).
|
| 42 |
+
|
| 43 |
## 🔥 News
|
| 44 |
|
| 45 |
- Jan 21, 2025: 💬 Release [Hunyuan3D 2.0](https://huggingface.co/spaces/tencent/Hunyuan3D-2). Please give it a try!
|
|
|
|
| 60 |
including the open-source models and closed-source models in geometry details, condition alignment, texture quality, and
|
| 61 |
e.t.c.
|
| 62 |
|
|
|
|
|
|
|
| 63 |
<p align="center">
|
| 64 |
<img src="assets/images/system.jpg">
|
| 65 |
</p>
|
|
|
|
| 102 |
|----------------------|------------|--------------------------------------------------------|
|
| 103 |
| Hunyuan3D-DiT-v2-0 | 2025-01-21 | [Download](https://huggingface.co/tencent/Hunyuan3D-2) |
|
| 104 |
| Hunyuan3D-Paint-v2-0 | 2025-01-21 | [Download](https://huggingface.co/tencent/Hunyuan3D-2) |
|
| 105 |
+
| Hunyuan3D-Delight-v2-0 | 2025-01-21 | [Download](https://huggingface.co/tencent/Hunyuan3D-2/tree/main/hunyuan3d-delight-v2-0) |
|
| 106 |
|
| 107 |
## 🤗 Get Started with Hunyuan3D 2.0
|
| 108 |
|
|
|
|
| 117 |
# for texture
|
| 118 |
cd hy3dgen/texgen/custom_rasterizer
|
| 119 |
python3 setup.py install
|
| 120 |
+
cd ../../..
|
| 121 |
cd hy3dgen/texgen/differentiable_renderer
|
| 122 |
+
bash compile_mesh_painter.sh OR python3 setup.py install (on Windows)
|
| 123 |
```
|
| 124 |
|
| 125 |
### API Usage
|
|
|
|
| 184 |
title={Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation},
|
| 185 |
author={Tencent Hunyuan3D Team},
|
| 186 |
year={2025},
|
| 187 |
+
eprint={2501.12202},
|
| 188 |
+
archivePrefix={arXiv},
|
| 189 |
+
primaryClass={cs.CV}
|
| 190 |
+
}
|
| 191 |
+
|
| 192 |
+
@misc{yang2024tencent,
|
| 193 |
+
title={Tencent Hunyuan3D-1.0: A Unified Framework for Text-to-3D and Image-to-3D Generation},
|
| 194 |
+
author={Tencent Hunyuan3D Team},
|
| 195 |
+
year={2024},
|
| 196 |
+
eprint={2411.02293},
|
| 197 |
+
archivePrefix={arXiv},
|
| 198 |
+
primaryClass={cs.CV}
|
| 199 |
}
|
| 200 |
```
|
| 201 |
|
| 202 |
+
## Community Resources
|
| 203 |
+
|
| 204 |
+
Thanks for the contributions of community members, here we have these great extensions of Hunyuan3D 2.0:
|
| 205 |
+
|
| 206 |
+
- [ComfyUI-Hunyuan3DWrapper](https://github.com/kijai/ComfyUI-Hunyuan3DWrapper)
|
| 207 |
+
- [Hunyuan3D-2-for-windows](https://github.com/sdbds/Hunyuan3D-2-for-windows)
|
| 208 |
+
- [📦 A bundle for running on Windows | 整合包](https://github.com/YanWenKun/Comfy3D-WinPortable/releases/tag/r8-hunyuan3d2)
|
| 209 |
+
|
| 210 |
## Acknowledgements
|
| 211 |
|
| 212 |
We would like to thank the contributors to
|
|
|
|
| 221 |
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date" />
|
| 222 |
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date" />
|
| 223 |
</picture>
|
| 224 |
+
</a>
|