Add library_name and pipeline_tag metadata

#1
by nielsr HF Staff - opened

Hi! I'm Niels, part of the community science team at Hugging Face.

I noticed that this model card is missing some metadata that would help users find and use the model more easily. This PR adds:

  • library_name: diffusers: Based on the provided usage snippets, this model is compatible with the Diffusers library.
  • pipeline_tag: text-to-image: This categorizes the model correctly on the Hub.
  • Relevant tags for flux, distillation, and flow-matching.

I've also added the BibTeX citation from your GitHub repository to the model card.

domiso changed pull request status to merged

Sign up or log in to comment