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-imagefor better discoverability at https://huggingface.co/models?pipeline_tag=image-to-image. - Adds
library_name: diffusersto 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