Improve model card: Correct library_name to diffusers and add full abstract
#5
by
nielsr
HF Staff
- opened
This PR improves the model card for USO by:
- Correcting
library_name
: Thelibrary_name
has been changed fromtransformers
todiffusers
. This is based on the_diffusers_version
entry found in theconfig.json
file within the repository, and the model being a Diffusion Transformer (FLUX.1-dev based), which is indicative ofdiffusers
compatibility. This ensures that the automated code snippets generated by the Hugging Face Hub will accurately reflect the model's intended usage. - Adding the full paper abstract: The existing "Introduction" section has been replaced with the complete abstract provided in the paper details, and the section has been renamed to "Abstract". This provides a more comprehensive and standard overview of the model directly at the top of the model card.
All other sections, including the custom inference examples from the GitHub README, remain unchanged to preserve the original author's provided usage instructions.
fenfan
changed pull request status to
merged