Add library_name and pipeline_tag metadata
#4
by
nielsr
HF Staff
- opened
This PR adds the library_name: diffusers
and pipeline_tag: text-to-image
metadata tags to the model card. This ensures the model is correctly categorized on the Hugging Face Hub, improving its discoverability through searches and filters (e.g., searching for text-to-image models). The library_name
tag also adds a "How to use" button to the model page, making it easier for users to find code examples and integrate the model into their projects.
ooutlierr
changed pull request status to
merged