Improve model card: add pipeline tag, correct library_name, and fix abstract heading typo
#3
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Updating
library_name
todiffusers
to correctly reflect the model's compatibility with the Hugging Facediffusers
library, which is evidenced by the provided inference snippet (from diffusers import FluxPipeline
). This ensures the interactive code snippet on the model page functions correctly. - Adding the
pipeline_tag: text-to-image
to enhance discoverability on the Hugging Face Hub under the appropriate pipeline. - Correcting the typo in the abstract heading from `
Zhiminli
changed pull request status to
merged