Enhance model card for Kandinsky 5.0 Image Lite with metadata, links, and usage
#1
by
nielsr HF Staff - opened
This PR significantly enhances the model card for kandinskylab/Kandinsky-5.0-T2I-Lite by adding crucial metadata and comprehensive content.
Key changes include:
- Adding
pipeline_tag: text-to-imageto ensure discoverability for text-to-image models on the Hugging Face Hub. - Specifying
library_name: diffusersas the compatible library, which enables the automated "how to use" widget on the model page. - Populating the content section with an overview of the model, clearly linked to the official paper, the project page, and the GitHub repository.
- Including a "How to use" section with a Python code snippet for text-to-image generation, directly sourced from the project's GitHub README.
- Adding an "Examples" section with images and a "Citation" section with the BibTeX entry.
This update makes the model more accessible and informative for users.
makovka2000 changed pull request status to
merged