Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: hunyuanworld-1
|
3 |
+
license: other
|
4 |
+
license_name: tencent-hunyuanworld-1.0-community
|
5 |
+
license_link: https://github.com/Tencent-Hunyuan/HunyuanWorld-1.0/blob/main/LICENSE
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- zh
|
9 |
+
tags:
|
10 |
+
- hunyuan3d
|
11 |
+
- worldmodel
|
12 |
+
- 3d-aigc
|
13 |
+
- 3d-generation
|
14 |
+
- 3d
|
15 |
+
- scene-generation
|
16 |
+
---
|
17 |
+
<p align="center">
|
18 |
+
<img src="assets/teaser.png">
|
19 |
+
</p>
|
20 |
+
|
21 |
+
<div align="center">
|
22 |
+
<a href=https://3d.hunyuan.tencent.com/sceneTo3D target="_blank"><img src=https://img.shields.io/badge/Official%20Site-333399.svg?logo=homepage height=22px></a>
|
23 |
+
<a href=https://huggingface.co/tencent/HunyuanWorld-1 target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Models-d96902.svg height=22px></a>
|
24 |
+
<a href=https://3d-models.hunyuan.tencent.com/world/ target="_blank"><img src= https://img.shields.io/badge/Page-bb8a2e.svg?logo=github height=22px></a>
|
25 |
+
<a href=https://discord.gg/dNBrdrGGMa target="_blank"><img src= https://img.shields.io/badge/Discord-white.svg?logo=discord height=22px></a>
|
26 |
+
<a href=https://x.com/TencentHunyuan target="_blank"><img src=https://img.shields.io/badge/Hunyuan-black.svg?logo=x height=22px></a>
|
27 |
+
<a href="#community-resources" target="_blank"><img src=https://img.shields.io/badge/Community-lavender.svg?logo=homeassistantcommunitystore height=22px></a>
|
28 |
+
</div>
|
29 |
+
|
30 |
+
[//]: # ( <a href=# target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>)
|
31 |
+
|
32 |
+
[//]: # ( <a href=# target="_blank"><img src= https://img.shields.io/badge/Colab-8f2628.svg?logo=googlecolab height=22px></a>)
|
33 |
+
|
34 |
+
[//]: # ( <a href="#"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/v/mulankit?logo=pypi" height=22px></a>)
|
35 |
+
|
36 |
+
<br>
|
37 |
+
|
38 |
+
<p align="center">
|
39 |
+
"To see a World in a Grain of Sand, and a Heaven in a Wild Flower"
|
40 |
+
</p>
|
41 |
+
|
42 |
+
## 🔗 BibTeX
|
43 |
+
```
|
44 |
+
@misc{hunyuanworld2025tencent,
|
45 |
+
title={HunyuanWorld 1.0: Generating Immersive, Explorable, and Interactive 3D Worlds from Words or Pixels},
|
46 |
+
author={Tencent Hunyuan3D Team},
|
47 |
+
year={2025},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={cs.CV}
|
50 |
+
}
|
51 |
+
```
|
52 |
+
|
53 |
+
## Acknowledgements
|
54 |
+
We would like to thank the contributors to the [Stable Diffusion](https://github.com/Stability-AI/stablediffusion), [FLUX](https://github.com/black-forest-labs/flux), [diffusers](https://github.com/huggingface/diffusers), [HuggingFace](https://huggingface.co), [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN), [ZIM](https://github.com/naver-ai/ZIM), [GroundingDINO](https://github.com/IDEA-Research/GroundingDINO), [MoGe](https://github.com/microsoft/moge), [Worldsheet](https://worldsheet.github.io/) repositories, for their open research.
|