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_tagtotext-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: diffusersto the metadata, enabling the automated "how to use" widget for seamless integration with thediffuserslibrary, as evidenced by_diffusers_versionin theconfig.json.
These updates help users more easily find, understand, and use the model.
sanaka87
changed pull request status to
merged