Add license, pipeline tag, and library name to metadata
#2
by
nielsr
HF Staff
- opened
This PR enriches the model card's metadata by adding:
license: apache-2.0pipeline_tag: image-to-image, which will allow the model to be discovered under theimage-to-imagepipeline on the Hub.library_name: diffusers, which enables the automated "how to use" widget, as the model is built upon Diffusers.
No changes are made to the existing markdown content, as it is already comprehensive.
Please review and merge this PR if everything looks good.
fishze
changed pull request status to
merged
Thanks!