Update pipeline tag to text-to-3d
Browse filesThe pipeline tag was wrongly set to image-to-3d. This PR changes the pipeline tag to text-to-3d to reflect the model's primary functionality and ensure it's discoverable under the correct category.
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: hunyuan3d-2
|
3 |
license: other
|
4 |
license_name: tencent-hunyuan-community
|
5 |
license_link: https://huggingface.co/tencent/Hunyuan3D-2/blob/main/LICENSE.txt
|
6 |
-
|
7 |
-
- en
|
8 |
-
- zh
|
9 |
tags:
|
10 |
-
|
11 |
-
|
12 |
-
pipeline_tag: image-to-3d
|
13 |
---
|
14 |
|
15 |
<p align="center">
|
@@ -28,8 +28,6 @@ pipeline_tag: image-to-3d
|
|
28 |
|
29 |
[//]: # ( <a href=# target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>)
|
30 |
|
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 |
<br>
|
@@ -107,5 +105,4 @@ Thanks for the contributions of community members, here we have these great exte
|
|
107 |
|
108 |
We would like to thank the contributors to
|
109 |
the [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)
|
110 |
-
and [HuggingFace](https://huggingface.co) repositories, for their open research and exploration.
|
111 |
-
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- zh
|
5 |
library_name: hunyuan3d-2
|
6 |
license: other
|
7 |
license_name: tencent-hunyuan-community
|
8 |
license_link: https://huggingface.co/tencent/Hunyuan3D-2/blob/main/LICENSE.txt
|
9 |
+
pipeline_tag: text-to-3d
|
|
|
|
|
10 |
tags:
|
11 |
+
- image-to-3d
|
12 |
+
- text-to-3d
|
|
|
13 |
---
|
14 |
|
15 |
<p align="center">
|
|
|
28 |
|
29 |
[//]: # ( <a href=# target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>)
|
30 |
|
|
|
|
|
31 |
[//]: # ( <a href="#"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/v/mulankit?logo=pypi" height=22px></a>)
|
32 |
|
33 |
<br>
|
|
|
105 |
|
106 |
We would like to thank the contributors to
|
107 |
the [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)
|
108 |
+
and [HuggingFace](https://huggingface.co) repositories, for their open research and exploration.
|
|