Improve model card: Add pipeline tag, library name, GitHub link, and descriptive tags
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for FLUX-Text by:
- Adding the
pipeline_tag: image-to-imageto improve discoverability for scene text editing models on the Hugging Face Hub. - Specifying
library_name: diffusersto enable the "Use in Diffusers" widget and provide a standard way to interact with the model within the Hugging Face ecosystem. - Including relevant
tagssuch astext-editing,multilingual,diffusion-transformer, anddiffusion-modelfor more detailed categorization. - Adding a direct link to the GitHub repository as a badge for easier access to the code.
- Updating the main title in the markdown content to the full paper title for better clarity.
The existing ArXiv link to the paper is preserved.
rrui
changed pull request status to
merged