Add model card metadata and links for Learning to Refocus with Video Diffusion Models
#2
by
nielsr
HF Staff
- opened
This PR improves the model card for "Learning to Refocus with Video Diffusion Models" by adding crucial metadata and enhancing its documentation.
Key changes include:
- Adding
pipeline_tag: image-to-videoto correctly categorize the model on the Hub, reflecting its capability to generate video sequences from images. - Adding
library_name: diffusers, as evidenced by_diffusers_versionin theconfig.jsonfiles, to enable automated usage snippets. - Including direct links to the project page and the GitHub repository for easy access to further information and code.
- Providing a concise description of the model's purpose, based on the paper's abstract.
- Adding a citation section with the BibTeX entry from the project's GitHub README.
These updates will make the model more discoverable and user-friendly on the Hugging Face Hub.