Improve model card: Add pipeline tag, library, paper & project links
#6
by nielsr HF Staff - opened
This PR significantly enhances the model card for the CVD-STORM model.
It adds:
- The
pipeline_tag: text-to-videoto improve discoverability on the Hugging Face Hub, reflecting its core video generation capability. - The
library_name: diffusers, reflecting its compatibility with the Hugging Face Diffusers library given its reliance on Stable Diffusion (SD 2.1, 3.0, 3.5) base models. This enables the automated "How to use" widget. - A direct link to the research paper CVD-STORM: Cross-View Video Diffusion with Spatial-Temporal Reconstruction Model for Autonomous Driving.
- A link to the project page (
https://sensetime-fvg.github.io/CVD-STORM/). - A link to the GitHub repository (
https://github.com/SenseTime-FVG/OpenDWM) for further code and examples.
Please review and merge this PR.