Add pipeline_tag and library_name to model card
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the pipeline_tag
and library_name
to the metadata. This ensures that the model is correctly categorized on the Hub, making it easier for users to discover and leverage the automated code snippets.
- Adds
pipeline_tag: image-to-image
for better discoverability at https://huggingface.co/models?pipeline_tag=image-to-image. - Adds
library_name: diffusers
to enable the automated "how to use" widget, based on the acknowledgement that the code is built ondiffusers
.
The existing image-to-image
tag has been removed from the tags
list to avoid redundancy.
zhengchong
changed pull request status to
merged