ID-consistent face model for high-quality image generation from ArcFace embeddings
Top 49.1% on sourcepulse
Arc2Face is a foundation model for generating high-quality, ID-consistent human faces from ArcFace embeddings. It targets researchers and developers in computer vision and generative AI, enabling rapid creation of diverse facial images for a specific identity.
How It Works
Arc2Face builds upon Stable Diffusion v1.5, replacing its text encoder with a custom CLIPTextModelWrapper
and fine-tuning the UNet model. This architecture allows it to condition image generation directly on identity embeddings extracted using the ArcFace metric learning model. This approach ensures strong identity preservation while leveraging the generative power of diffusion models.
Quick Start & Requirements
conda create -n arc2face python=3.10
) and install requirements (pip install -r requirements.txt
).models
directory.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
8 months ago
1 week