Text-to-Image
Diffusers
English
Chinese

Improve model card: add `library_name` and update `pipeline_tag`

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Setting the pipeline_tag to text-to-image, which more accurately reflects the model's primary generative capabilities and improves discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-to-image).
  • Adding library_name: diffusers to the metadata, enabling the automated "how to use" widget for seamless integration with the diffusers library, as evidenced by _diffusers_version in the config.json.

These updates help users more easily find, understand, and use the model.

sanaka87 changed pull request status to merged

Sign up or log in to comment