Improve model card: Add pipeline tag, library name, abstract, and usage instructions
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Adding
pipeline_tag: image-to-imageandlibrary_name: diffusersto the metadata, enhancing discoverability on the Hub and enabling the Hugging Faceuse this modelwidget. - Including a link to the paper Fine-structure Preserved Real-world Image Super-resolution via Transfer VAE Training and the official GitHub repository https://github.com/Joyies/TVT.
- Incorporating the paper's abstract for a quick overview of the model's capabilities.
- Providing detailed 'Quick Inference' instructions, including installation steps and command examples, directly from the project's GitHub README, to facilitate easy usage.