Update model card: pipeline tag, remove invalid library, add explicit links
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for Hunyuan3D-Omni by:
- Updating the
pipeline_tagin the metadata fromimage-to-3dtotext-to-3dto accurately reflect the model's capability for controllable 3D asset generation through various signals, including text. - Removing the
library_name: hunyuan3d-2from the metadata. This entry does not correspond to a standard Hugging Face library and therefore does not enable automated usage snippets as intended for this metadata field. The model uses a customhy3dshapeframework. - Updating the main heading to the full paper title.
- Adding explicit links to the paper (Hugging Face papers page), project page, and GitHub repository at the top of the model card for better visibility and discoverability.
These changes ensure the model card is more informative, correctly categorized, and aligns with Hugging Face Hub best practices.
Hi there,
Thanks for your pr.
- Our model only supports
image-to-3dand sotext-to-3dis not accurate. Our controllable 3D asset generation refers to cross-modal generation such as image+skeleton, but nottext. - We want to keep
hunyuan3d-2so users can easily find our model family.
3/4. Sure.
Great, thanks for your feedback!
As for library_name: hunyuan3d-2, you could enable a custom code snippet when people click on the "Use this model" button at the top right.
See here an example on how to define such a custom code snippet for your library: https://github.com/huggingface/huggingface.js/pull/1756