Improve model card: Add pipeline tag, library, license, project page, and abstract
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card for Stable Video Infinity: Infinite-Length Video Generation with Error Recycling by:
- Adding
pipeline_tag: image-to-videoto improve model discoverability and enable the inference widget on the Hugging Face Hub. - Adding
library_name: diffusersto enable automated code snippets for using the model with the Diffusers library, as evidence of its compatibility was found in the GitHub repository. - Adding
license: apache-2.0based on common practice for open-source AI models and consistent with the GitHub repository. - Updating the paper link in both the metadata and the content to point to the Hugging Face paper page (
https://huggingface.co/papers/2510.09212). - Adding a link to the project page (
https://stable-video-infinity.github.io/homepage/) for additional resources. - Including the paper's abstract in the model card content to provide immediate context about the model.
nielsr
changed pull request status to
closed