Add comprehensive model card for PatchDPO
#1
by
nielsr HF Staff - opened
This PR significantly improves the model card for PatchDPO by adding comprehensive details and essential metadata.
It includes:
- The
pipeline_tag: text-to-imageto ensure discoverability on the Hub for image generation models. - The
library_name: diffusersfor proper library association and potential widget integration. - A direct link to the paper: PatchDPO: Patch-level DPO for Finetuning-free Personalized Image Generation.
- A link to the official GitHub repository for code and further details.
- Detailed information, including the model overview, framework, performance metrics, qualitative examples, installation requirements, dataset information, and code snippets for training, inference, and evaluation, all adapted from the project's GitHub README.
- A BibTeX citation for the paper.