Improve model card: Add pipeline tag, library name, and fix homepage URL
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding
pipeline_tag: text-to-image
to enable discoverability via the text-to-image filter on the Hub (https://huggingface.co/models?pipeline_tag=text-to-image). - Adding
library_name: transformers
to ensure the model displays the correct "how to use" widget and is discoverable via the transformers library filter. - Correcting the project homepage URL to align with the official project page.
jingwwu
changed pull request status to
merged