Update model card: Add Expression Adapter paper, pipeline tag, and diffusers usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for Arc2Face by incorporating crucial information from its recent extension and improving usability:
- Metadata Enhancement: Adds the
pipeline_tag: image-to-imageto improve discoverability on the Hugging Face Hub, making the model findable under this common category. - Paper Link Update: Adds a direct link to the Hugging Face paper page for "ID-Consistent, Precise Expression Generation with Blendshape-Guided Diffusion" in the top navigation, alongside the original Arc2Face paper.
- Introduction to Extension: Integrates a brief introduction to the Expression Adapter's capabilities and its visual teaser from the GitHub README, highlighting the model's advanced features.
- Detailed Diffusers Usage: Adds a comprehensive sample usage section with a Python code snippet demonstrating how to load and run the Arc2Face model with the
diffuserslibrary. This is directly sourced from the GitHub repository'sUsagesection and makes the model immediately runnable for users. - Complete Citation: Includes the BibTeX entry for the "ID-Consistent, Precise Expression Generation with Blendshape-Guided Diffusion" paper in the citation section, providing full academic attribution.
- Image Path Consistency: Updates all local
assets/image paths to point to their respective locations on the Hugging Face repository, ensuring proper rendering within the model card.
These changes provide a more complete and actionable model card, making it easier for researchers and users to understand and utilize Arc2Face and its powerful Expression Adapter extension.
FoivosPar
changed pull request status to
merged