百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
H

HunyuanWorld-1.0

> 编程语言
开源

使用 Hunyuan3D 世界模型,从文字或像素生成沉浸式、可探索和交互式的 3D 世界

2.9K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

使用 Hunyuan3D 世界模型,从文字或像素生成沉浸式、可探索和交互式的 3D 世界

[中文阅读](README_zh_cn.md)

[//]: # ( ) [//]: # ( ) [//]: # ( )

"To see a World in a Grain of Sand, and a Heaven in a Wild Flower"

https://github.com/user-attachments/assets/747b3e41-df9c-4cd2-b1d1-c0dce63f63ef ## News - April 16, 2026: We release [HY-World-2.0](https://github.com/Tencent-Hunyuan/HY-World-2.0), state-of-the-art 3D world model! - December 18, 2025: We release [HunyuanWorld-1.5 (WorldPlay)](https://github.com/Tencent-Hunyuan/HY-WorldPlay), enabling real-time world creation and play! - October 22, 2025: We release [HunyuanWorld-1.1 (WorldMirror)](https://github.com/Tencent-Hunyuan/HunyuanWorld-Mirror), supporting 3D world creation from videos or multi-view images! - October 16, 2025: We recently propose [FlashWorld](https://github.com/imlixinyang/FlashWorld), enabling 3DGS world generation in 5~10 seconds on a single GPU! - September 2, 2025: We release our RGB-D Video Diffusion model [HunyuanWorld-Voyager](https://github.com/Tencent-Hunyuan/HunyuanWorld-Voyager/), which supports 3D-consistency world exploration and fast 3D reconstruction! - August 15, 2025: We release the quantization version of HunyuanWorld-1.0 (HunyuanWorld-1.0-lite), which now supports running on Consumer-grade GPUs such as 4090! - July 26, 2025: We present the [technical report](https://arxiv.org/abs/2507.21809) of HunyuanWorld-1.0, please check out the details and spark some discussion! - July 26, 2025: We release the first open-source, simulation-capable, immersive 3D world generation model, HunyuanWorld-1.0! > Join our **[Wechat](#)** and **[Discord](https://discord.gg/dNBrdrGGMa)** group to discuss and find help from us. | Wechat Group | Xiaohongshu | X | Discord | |--------------------------------------------------|-------------------------------------------------------|---------------------------------------------|---------------------------------------------------| | | | | | ## ☯️ **HunyuanWorld 1.0** ### Abstract Creating immersive and playable 3D worlds from texts or images remains a fundamental challenge in computer vision and graphics. Existing world generation approaches typically fall into two categories: video-based methods that offer rich diversity but lack 3D consistency and rendering efficiency, and 3D-based methods that provide geometric consistency but struggle with limited training data and memory-inefficient representations. To address these limitations, we present HunyuanWorld 1.0, a novel framework that combines the best of both sides for generating immersive, explorable, and interactive 3D worlds from text and image conditions. Our approach features three key advantages: 1) 360° immersive experiences via panoramic world proxies; 2) mesh export capabilities for seamless compatibility with existing computer graphics pipelines; 3) disentangled object representations for augmented interactivity. The core of our framework is a semantically layered 3D mesh representation that leverages panoramic images as 360° world proxies for semantic-aware world decomposition and reconstruction, enabling the generation of diverse 3D worlds. Extensive experiments demonstrate that our method achieves state-of-the-art performance in generating coherent, explorable, and interactive 3D worlds while enabling versatile applications in virtual reality, physical simulation, game development, and interactive content creation.

### Architecture Tencent HunyuanWorld-1.0's generation architecture integrates panoramic proxy generation, semantic layering, and hierarchical 3D reconstruction to achieve high-quality scene-scale 360° 3D world generation, supporting both text and image inputs.

### Performance We have evaluated HunyuanWorld 1.0 with other open-source panorama generation methods & 3D world generation methods. The numerical results indicate that HunyuanWorld 1.0 surpasses baselines in visual quality and geometric consistency. Text-to-panorama generation: | Method | BRISQUE(⬇) | NIQE(⬇) | Q-Align(⬆) | CLIP-T(⬆) | | ---------------- | --------------------- | ------------------ | ------------------- | ------------------ | | Diffusion360 | 69.5 | 7.5 | 1.8 | 20.9 | | MVDiffusion | 47.9 | 7.1 | 2.4 | 21.5 | | PanFusion | 56.6 | 7.6 | 2.2 | 21.0 | | LayerPano3D | 49.6 | 6.5 | 3.7 | 21.5 | | HunyuanWorld 1.0 | **40.8** | **5.8** | **4.4** | **24.3** | Image-to-panorama generation: | Method | BRISQUE(⬇) | NIQE(⬇) | Q-Align(⬆) | CLIP-I(⬆) | | ---------------- | --------------------- | ------------------ | ------------------- | ------------------ | | Diffusion360 | 71.4 | 7.8 | 1.9 | 73.9 | | MVDiffusion | 47.7 | 7.0 | 2.7 | 80.8 | | HunyuanWorld 1.0 | **45.2** | **5.8** | **4.3** | **85.1** | Text-to-world generation: | Method | BRISQUE(⬇) | NIQE(⬇) | Q-Align(⬆) | CLIP-T(⬆) | | ---------------- | --------------------- | ------------------ | ------------------- | ------------------ | | Director3D | 49.8 | 7.5 | 3.2 | 23.5 | | LayerPano3D | 35.3 | 4.8 | 3.9 | 22.0 | | HunyuanWorld 1.0 | **34.6** | **4.3** | **4.2** | **24.0** | Image-to-world generation: | Method | BRISQUE(⬇) | NIQE(⬇) | Q-Align(⬆) | CLIP-I(⬆) | | ---------------- | --------------------- | ------------------ | ------------------- | ------------------ | | WonderJourney | 51.8 | 7.3 | 3.2 | 81.5 | | DimensionX | 45.2 | 6.3 | 3.5 | 83.3 | | HunyuanWorld 1.0 | **36.2** | **4.6** | **3.9** | **84.5** | ### Visual Results 360 ° immersive and explorable 3D worlds generated by HunyuanWorld 1.0:

## Models Zoo The open-source version of HY World 1.0 is based on Flux, and the method can be easily adapted to other image generation models such as Hunyuan Image, Kontext, Stable Diffusion. | Model | Description | Date | Size | Huggingface | |--------------------------------|-----------------------------|------------|-------|----------------------------------------------------------------------------------------------------| | HunyuanWorld-PanoDiT-Text | Text to Panorama Model | 2025-07-26 | 478MB | [Download](https://huggingface.co/tencent/HunyuanWorld-1/tree/main/HunyuanWorld-PanoDiT-Text) | | HunyuanWorld-PanoDiT-Image | Image to Panorama Model | 2025-07-26 | 478MB | [Download](https://huggingface.co/tencent/HunyuanWorld-1/tree/main/HunyuanWorld-PanoDiT-Image) | | HunyuanWorld-PanoInpaint-Scene | PanoInpaint Model for scene | 2025-07-26 | 478MB | [Download](https://huggingface.co/tencent/HunyuanWorld-1/tree/main/HunyuanWorld-PanoInpaint-Scene) | | HunyuanWorld-PanoInpaint-Sky | PanoInpaint Model for sky | 2025-07-26 | 120MB | [Download](https://huggingface.co/tencent/HunyuanWorld-1/tree/main/HunyuanWorld-PanoInpaint-Sky) | ## Get Started with HunyuanWorld 1.0 You may follow the next steps to use Hunyuan3D World 1.0 via: ### Environment construction We test our model with Python 3.10 and PyTorch 2.5.0+cu124. ``` … ``` ### Code Usage For Image to World generation, you can use the following code: ``` … ``` For Text to World generation, you can use the following code: ``` … ``` ### Quantization & Cache Usage For Image to World generation, you can use the following code with quantization/cache: ``` … ``` For Text to World generation, you can use the following code with quantization/cache: ``` … ``` ### Quick Start We provide more examples in ```examples```, you can simply run this to have a quick start: ```python bash scripts/test.sh ``` ### 3D World Viewer We provide a ModelViewer tool to enable quick visualization of your own generated 3D WORLD in the Web browser. Just open ```modelviewer.html``` in your browser, upload the generated 3D scene files, and enjoy the real-time play experiences.

Due to hardware limitations, certain scenes may fail to load. ## Open-Source Plan - [x] Inference Code - [x] Model Checkpoints - [x] Technical Report - [x] Lite Version - [x] Voyager (RGBD Video Diffusion) ## BibTeX ``` @article{hunyuanworld2025tencent, title={HunyuanWorld 1.0: Generating Immersive, Explorable, and Interactive 3D Worlds from Words or Pixels}, author={Team HunyuanWorld}, year={2025}, journal={arXiv preprint} } ``` ## Contact Please send emails to [email protected] if there is any question ## Acknowledgements 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/), [WorldGen](https://github.com/ZiYang-xie/WorldGen) repositories, for their open research.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Python3d3d-generationaigchunyuan3d

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言