Improve model card: add `library_name` and update `pipeline_tag`
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Setting the
pipeline_tag
totext-to-image
, which more accurately reflects the model's primary generative capabilities and improves discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-to-image). - Adding
library_name: diffusers
to the metadata, enabling the automated "how to use" widget for seamless integration with thediffusers
library, as evidenced by_diffusers_version
in theconfig.json
.
These updates help users more easily find, understand, and use the model.
sanaka87
changed pull request status to
merged