Text-to-Image

Improve model card: add pipeline tag, library, paper, code, and usage

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for the VGT (Visual Generation Tuning) model. Key improvements include:

  • Adding the pipeline_tag: text-to-image to improve discoverability on the Hugging Face Hub.
  • Specifying library_name: diffusers based on the project's installation requirements, enabling the "How to use" widget.
  • Including a direct link to the paper: Visual Generation Tuning.
  • Providing a link to the official GitHub repository: hustvl/VGT.
  • Adding a "Getting Started" section with installation instructions, pretrained model details, and an inference command, all sourced directly from the GitHub README to help users quickly get started.
  • Incorporating key highlights and an overview of VGT's methodology from the GitHub README.

These updates make the model card more informative, discoverable, and user-friendly.

lanlanlan23 changed pull request status to merged

Sign up or log in to comment