Text-to-Image
Diffusers

Improve model card: Add pipeline tag, update library_name, and fix abstract typo

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding the pipeline_tag: text-to-image to improve model discoverability under the relevant pipeline filter on the Hub.
  • Updating the library_name from SRPO to diffusers, as evidenced by the from diffusers import FluxPipeline import in the provided inference snippet. This will enable the automated "how to use" widget on the Hub.
  • Fixing a minor typo in the section header `

Thanks!

rockerBOO changed pull request status to merged

Sign up or log in to comment