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: diffusers to 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-image to 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: false tag, as the model is designed for inference with diffusers.
  • Including the Citation section from the original GitHub repository.
Saint-lsy changed pull request status to merged

Sign up or log in to comment