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:

  1. Correcting library_name: The library_name has been changed from transformers to diffusers. This is based on the _diffusers_version entry found in the config.json file within the repository, and the model being a Diffusion Transformer (FLUX.1-dev based), which is indicative of diffusers compatibility. This ensures that the automated code snippets generated by the Hugging Face Hub will accurately reflect the model's intended usage.
  2. 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

Sign up or log in to comment