Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding the pipeline_tag and library_name to the metadata.
- The
pipeline_tag: image-to-imageensures the model is discoverable through the Hugging Face Hub's pipeline filters for image generation and manipulation tasks. - The
library_name: diffusersenables the automated "how to use" code snippet for thediffuserslibrary, making it easier for users to get started with the model.
Please review and merge if these additions are accurate.