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-imageto improve model discoverability under the relevant pipeline filter on the Hub. - Updating the
library_namefromSRPOtodiffusers, as evidenced by thefrom diffusers import FluxPipelineimport 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