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_tag
in the metadata fromimage-to-3d
totext-to-3d
to accurately reflect the model's capability for controllable 3D asset generation through various signals, including text. - Removing the
library_name: hunyuan3d-2
from 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 customhy3dshape
framework. - 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-3d
and sotext-to-3d
is not accurate. Our controllable 3D asset generation refers to cross-modal generation such as image+skeleton, but nottext
. - We want to keep
hunyuan3d-2
so 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