Update model card: pipeline tag, remove invalid library, add explicit links
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
3 |
license: other
|
4 |
license_name: tencent-hunyuan-community
|
5 |
license_link: https://github.com/Tencent-Hunyuan/Hunyuan3D-Omni/blob/main/LICENSE
|
6 |
-
|
7 |
-
- en
|
8 |
-
- zh
|
9 |
tags:
|
10 |
-
|
11 |
-
|
12 |
-
pipeline_tag: image-to-3d
|
13 |
extra_gated_eu_disallowed: true
|
14 |
---
|
15 |
|
@@ -32,9 +31,13 @@ extra_gated_eu_disallowed: true
|
|
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 |
-
<br>
|
36 |
|
37 |
-
# Hunyuan3D-Omni
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
Hunyuan3D-Omni is a unified framework for the controllable generation of 3D assets, which inherits the structure of Hunyuan3D 2.1. In contrast, Hunyuan3D-Omni constructs a unified control encoder to introduce additional control signals, including point cloud, voxel, skeleton, and bounding box.
|
40 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- zh
|
5 |
license: other
|
6 |
license_name: tencent-hunyuan-community
|
7 |
license_link: https://github.com/Tencent-Hunyuan/Hunyuan3D-Omni/blob/main/LICENSE
|
8 |
+
pipeline_tag: text-to-3d
|
|
|
|
|
9 |
tags:
|
10 |
+
- image-to-3d
|
11 |
+
- text-to-3d
|
|
|
12 |
extra_gated_eu_disallowed: true
|
13 |
---
|
14 |
|
|
|
31 |
[//]: # ( <a href=# target="_blank"><img src= https://img.shields.io/badge/Colab-8f2628.svg?logo=googlecolab height=22px></a>)
|
32 |
|
33 |
[//]: # ( <a href="#"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/v/mulankit?logo=pypi" height=22px></a>)
|
|
|
34 |
|
35 |
+
# Hunyuan3D-Omni: A Unified Framework for Controllable Generation of 3D Assets
|
36 |
+
|
37 |
+
This model was presented in the paper [Hunyuan3D-Omni: A Unified Framework for Controllable Generation of 3D Assets](https://huggingface.co/papers/2509.21245).
|
38 |
+
|
39 |
+
- **Project Page:** [https://3d.hunyuan.tencent.com](https://3d.hunyuan.tencent.com)
|
40 |
+
- **Code:** [https://github.com/Tencent-Hunyuan/Hunyuan3D-Omni](https://github.com/Tencent-Hunyuan/Hunyuan3D-Omni)
|
41 |
|
42 |
Hunyuan3D-Omni is a unified framework for the controllable generation of 3D assets, which inherits the structure of Hunyuan3D 2.1. In contrast, Hunyuan3D-Omni constructs a unified control encoder to introduce additional control signals, including point cloud, voxel, skeleton, and bounding box.
|
43 |
|