Improve model card metadata and add HF paper link
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: image-to-image
to enable better discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=image-to-image) and removing it from the generaltags
list. - Explicitly adding
library_name: diffusers
in the metadata, as indicated by the acknowledgements and configuration files. This enables an automated "How to use" widget on the model page. - Adding a link to the Hugging Face paper page: https://huggingface.co/papers/2508.20586, in addition to the existing arXiv link.
- Correcting an incorrect GitHub link in the "Acknowledgement" section to ensure accuracy.
zhengchong
changed pull request status to
merged