Improve model card: Add pipeline tag, library_name, description, usage example, and citation
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding
pipeline_tag: text-to-imagefor improved discoverability on the Hugging Face Hub. - Specifying
library_name: diffusersto enable the automated "Use in Diffusers" widget, based on the model'sstable-diffusion-v1-4base. - Including a detailed "Model Description" section, summarizing the paper's approach.
- Providing a "Sample Usage" section with command-line examples for image sampling, directly extracted from the GitHub repository to guide users.
- Adding a "Citation" section with the BibTeX entry for proper academic attribution.
The existing arXiv paper link in the content has been retained as per the guidelines.
Please review and merge if these improvements are satisfactory.