Improve model card: Add pipeline tag, library name, and Hugging Face paper link
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
library_name: diffusersto enable the automated "how to use" widget, as confirmed by the repository's file structure (model_index.json) and the GitHub README's acknowledgements. - Adding
pipeline_tag: image-to-imageto improve discoverability for image generation tasks. - Linking the model to its official Hugging Face paper: Polyp-Gen: Realistic and Diverse Polyp Image Generation for Endoscopic Dataset Expansion.
- Removing the
inference: falsetag, as the model is designed for inference withdiffusers. - Including the Citation section from the original GitHub repository.
Saint-lsy changed pull request status to merged