tencent-ailab / IP-Adapter

The image prompt adapter is designed to enable a pretrained text-to-image diffusion model to generate images with image prompt.
Apache License 2.0
5.08k stars 331 forks source link

Can IP-Adapter FaceID Plus perform face swapping based on templates? #257

Open bent1e opened 8 months ago

bent1e commented 8 months ago

Currently, the approach is likely based on textual prompts and face images for image generation. Is there a way to generate images based on background templates (with or without people) and face images?

xiaohu2015 commented 8 months ago

use controlnet inpainting + ip-adapter-face?

bent1e commented 8 months ago

Is there a code example available?