Instructions to use tencent/Hunyuan3D-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Hunyuan3D-2
How to use tencent/Hunyuan3D-2 with Hunyuan3D-2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
fix: fix broken link
#34
by sukrucildirr - opened
README.md
CHANGED
|
@@ -153,7 +153,7 @@ pipeline = Hunyuan3DPaintPipeline.from_pretrained('tencent/Hunyuan3D-2')
|
|
| 153 |
mesh = pipeline(mesh, image='assets/demo.png')
|
| 154 |
```
|
| 155 |
|
| 156 |
-
Please visit [minimal_demo.py](minimal_demo.py) for more advanced usage, such as **text to 3D** and **texture generation
|
| 157 |
for handcrafted mesh**.
|
| 158 |
|
| 159 |
### Gradio App
|
|
|
|
| 153 |
mesh = pipeline(mesh, image='assets/demo.png')
|
| 154 |
```
|
| 155 |
|
| 156 |
+
Please visit [minimal_demo.py](https://github.com/Tencent/Hunyuan3D-2/blob/main/minimal_demo.py) for more advanced usage, such as **text to 3D** and **texture generation
|
| 157 |
for handcrafted mesh**.
|
| 158 |
|
| 159 |
### Gradio App
|