Improve model card with pipeline tag, library name, and extended content

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card by:

  • Adding pipeline_tag: text-to-image to ensure discoverability at https://huggingface.co/models?pipeline_tag=text-to-image.
  • Adding library_name: diffusers to highlight compatibility with the Diffusers library, based on the _diffusers_version found in config.json. This enables an automated "how to use" code snippet.
  • Updating the "Paper" badge link to point to the official Hugging Face paper page: https://huggingface.co/papers/2509.07295.
  • Integrating detailed information from the GitHub README, including the abstract, project highlights, news, results, model zoo, getting started instructions, and development roadmap, for a more comprehensive overview. All relative image paths and internal links have been updated to absolute URLs pointing to the GitHub repository.

These changes will greatly improve the model's discoverability, user experience, and overall documentation.

sanaka87 changed pull request status to merged

Sign up or log in to comment