Improve model card: Update pipeline tag, add Diffusers library, link to HF paper, and add sample usage
#6
by
nielsr
HF Staff
- opened
This PR improves the model card for HunyuanVideo-1.5 by:
- Updating the
pipeline_tagtoimage-to-videoto better reflect its capabilities and improve discoverability. - Setting the
library_nametodiffusersas indicated by the model's configuration, enabling automated inference snippets on the Hub. - Adding a prominent link to the Hugging Face paper page (HunyuanVideo 1.5 Technical Report) and listing the paper authors.
- Introducing a dedicated "Sample Usage" section with a Python code snippet, extracted directly from the GitHub repository's usage examples.