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-image ensures the model is discoverable through the Hugging Face Hub's pipeline filters for image generation and manipulation tasks.
  • The library_name: diffusers enables the automated "how to use" code snippet for the diffusers library, making it easier for users to get started with the model.

Please review and merge if these additions are accurate.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment