Image-to-3D
Hunyuan3D-2
Diffusers
Safetensors
English
Chinese
text-to-3d
ZeqiangLai sukrucildirr commited on
Commit
34e2826
·
verified ·
1 Parent(s): efb40d8

fix: fix broken link (#34)

Browse files

- fix: fix broken link (8e33e117b62bf224722215a1345131a63c18feb0)


Co-authored-by: sukrucildirr <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
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