Improve model card: Add pipeline tag, library, paper, project, and code links
#16
by nielsr HF Staff - opened
This PR enhances the model card for CVD-STORM by adding:
- The
pipeline_tag: text-to-videofor better discoverability on the Hub. - The
library_name: diffusersto enable the automated "How to use" code snippet, as the model uses Stable Diffusion architectures from thediffuserslibrary. - A direct link to the official paper on Hugging Face: CVD-STORM: Cross-View Video Diffusion with Spatial-Temporal Reconstruction Model for Autonomous Driving.
- Links to the project page: https://sensetime-fvg.github.io/CVD-STORM/
- A link to the GitHub repository: https://github.com/SenseTime-FVG/OpenDWM
- A more descriptive overview of the model based on its abstract.
Please review and merge this PR.