ICTMCG / Make-Your-Anchor

[CVPR 2024] Make-Your-Anchor: A Diffusion-based 2D Avatar Generation Framework.
279 stars 16 forks source link

Question about face inpainting #11

Open lumiaomiao opened 3 weeks ago

lumiaomiao commented 3 weeks ago

Thank you for your great work. As paper described in 3.3., the face inpainting approach is modified from SGDM. But, when I run the inference code, I find that face inpainting is accomplished with StableDiffusionControlNetInpaintPipeline and diffusers, am I made some mistakes?

https://github.com/ICTMCG/Make-Your-Anchor/blob/main/inference/inference_face_inpainting.py

lumiaomiao commented 3 weeks ago

Besides, does the face enhancement module need finetune for every identity?