Improve model card: Add Diffusers library, text-to-image pipeline tag, and HF paper link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for sanaka87/Show-o-RecA
by:
- Updating the
pipeline_tag
fromany-to-any
totext-to-image
in the metadata, which better reflects the model's primary capabilities in image generation and editing and improves discoverability on the Hugging Face Hub. - Adding
library_name: diffusers
to the metadata. Theconfig.json
file indicates compatibility with Diffusers, enabling the automated "how to use" widget on the model page. - Including a direct link to the Hugging Face paper page (Reconstruction Alignment Improves Unified Multimodal Models) as a new badge in the "Method" section.
These improvements will make the model more accessible and easier for users to understand and integrate.
sanaka87
changed pull request status to
merged