Improve model card: add metadata, links, and sample usage
#1
by nielsr HF Staff - opened
This PR improves the model card for Flux Attention by:
- Adding the
text-generationpipeline tag for better discoverability. - Adding the
library_name: transformersmetadata since the model uses the Transformers API. - Linking the model to the original paper, GitHub repository, and project page.
- Adding a sample usage section with a code snippet from the official repository to demonstrate how to load and use the model.
- Including the BibTeX citation.
QQTang1223 changed pull request status to merged