Improve model card: Add pipeline tag, library name, license, and update paper/code links
#1
by
nielsr HF Staff - opened
This PR enhances the model card for the Vivid-VR model by:
- Adding
pipeline_tag: image-to-imageto the metadata, which helps users discover the model under relevant categories on the Hugging Face Hub. - Specifying
library_name: diffusersin the metadata, as the repository is built ondiffusers, enabling better integration and a "Use in Diffusers" button. - Including
license: apache-2.0to clearly state the licensing terms of the main repository. - Updating the paper link from "Coming soon!" to the official Hugging Face Papers page (
https://huggingface.co/papers/2508.14483). - Adding a direct link to the GitHub repository at the top for easier access to the code.
- Refactoring the initial title and link section to use cleaner Markdown for improved readability and consistency on the Hugging Face Hub.
csbhr changed pull request status to
merged
Thanks for the update!