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-image to the metadata, which helps users discover the model under relevant categories on the Hugging Face Hub.
  • Specifying library_name: diffusers in the metadata, as the repository is built on diffusers, enabling better integration and a "Use in Diffusers" button.
  • Including license: apache-2.0 to 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!

Sign up or log in to comment