Improve model card: Add pipeline tag, library name, and enrich content with abstract, usage, and results
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the ROSE model by:
- Adding
pipeline_tag: video-to-video
to improve discoverability on the Hub. - Adding
library_name: diffusers
, as the model is built on Diffusion Transformers and usesdiffusers
components, enabling automated usage snippets. - Updating the paper link to the official Hugging Face paper page: https://huggingface.co/papers/2508.18633.
- Including the paper's abstract to provide a comprehensive overview of the model's capabilities and methodology.
- Adding explicit links to the project page, GitHub repository, and Hugging Face Space for easy access.
- Incorporating detailed "Dependencies and Installation" and "Usage (Quick Test)" sections with code snippets directly from the official GitHub README.
- Adding a "Results" section with visual examples and an "Overview" diagram from the GitHub README (with updated image links to raw GitHub URLs).
- Including the "Citation" and "Acknowledgement" sections for proper attribution.
These changes significantly improve the model card's completeness and user-friendliness.
weiyuchoumou526
changed pull request status to
merged