Improve model card: Add pipeline tag, library, links, description, and citation
#17
by nielsr HF Staff - opened
This PR significantly enhances the model card for the CVD-STORM model, part of the OpenDWM project.
Key changes include:
- Adding the
pipeline_tag: text-to-videoto improve discoverability. - Specifying
library_name: diffusersto enable the automated "Use in Diffusers" widget, as the model leverages Stable Diffusion components. - Including a direct link to the paper: CVD-STORM: Cross-View Video Diffusion with Spatial-Temporal Reconstruction Model for Autonomous Driving.
- Adding links to the official project page: https://sensetime-fvg.github.io/CVD-STORM/.
- Adding a link to the GitHub repository: https://github.com/SenseTime-FVG/OpenDWM.
- Providing a clear description of the model based on its abstract.
- Including the citation information from the original GitHub repository.
Detailed usage instructions can be found in the linked GitHub repository.
Please review and merge if these improvements are satisfactory.