Correct pipeline tag to text-to-3d
#1
by
nielsr
HF Staff
- opened
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 |
-
|
7 |
-
- en
|
8 |
-
- zh
|
9 |
tags:
|
10 |
-
|
11 |
-
|
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 |
+
```
|