Improve model card: Add pipeline tag, library name, and consistent paper/Github links
#2
by
nielsr
HF Staff
- opened
This PR improves the model card for HuMo by:
- Adding
pipeline_tag: any-to-anyto help users discover the model for its broad multimodal video generation capabilities. - Adding
library_name: diffusersas evidence fromconfig.json(_diffusers_version) indicates compatibility with the Diffusers library, enabling automated code snippets. - Updating the arXiv badge and citation links to
https://arxiv.org/abs/2509.08519for consistency with the paper's actual ID and the BibTeX. - Adding a badge link to the GitHub repository (
https://github.com/Phantom-video/HuMo) in the header for easy access to the code.