Image-to-3D
Hunyuan3D-2
English
Chinese
text-to-3d
nielsr HF Staff commited on
Commit
c58f544
·
verified ·
1 Parent(s): 28cd658

Correct pipeline tag to text-to-3d

Browse files

This PR corrects the `pipeline_tag` to `text-to-3d` to better reflect the model's capabilities, making it more discoverable for users searching for text-to-3D generation models. The model also supports image-to-3D, but `text-to-3d` is a more precise primary pipeline tag given the emphasis in the README and the provided code example.

Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,17 +1,18 @@
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
- language:
7
- - en
8
- - zh
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="https://huggingface.co/tencent/Hunyuan3D-2/resolve/main/assets/images/teaser.jpg">
17
  </p>
@@ -104,4 +105,4 @@ Thanks for the contributions of community members, here we have these great exte
104
  We would like to thank the contributors to
105
  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)
106
  and [HuggingFace](https://huggingface.co) repositories, for their open research and exploration.
107
-
 
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
+ ```markdown
16
  <p align="center">
17
  <img src="https://huggingface.co/tencent/Hunyuan3D-2/resolve/main/assets/images/teaser.jpg">
18
  </p>
 
105
  We would like to thank the contributors to
106
  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)
107
  and [HuggingFace](https://huggingface.co) repositories, for their open research and exploration.
108
+ ```