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-image
to improve discoverability for scene text editing models on the Hugging Face Hub. - Specifying
library_name: diffusers
to enable the "Use in Diffusers" widget and provide a standard way to interact with the model within the Hugging Face ecosystem. - Including relevant
tags
such astext-editing
,multilingual
,diffusion-transformer
, anddiffusion-model
for 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