pq-yang / PGDiff

[NeurIPS 2023] PGDiff: Guiding Diffusion Models for Versatile Face Restoration via Partial Guidance
Other
133 stars 13 forks source link

A Question About Face Mask Inpainting #2

Closed francqz31 closed 1 year ago

francqz31 commented 1 year ago

Hello Author ,

Have you compared the face inpainting of this paper to (Repaint: https://github.com/andreas128/RePaint) , I believe Repaint is training-free method which means no further training or fine-tuning is required.

Also can the face inpainting method here get finetuned solely for face/mask inpainting for better results ?

pq-yang commented 1 year ago

Hi @francqz31 , thank you for your attention and patience!

Similar to Repaint, our PGDiff framework doesn't require any training for the inpainting task, but we achieve this goal using a different strategy. We will provide a visual comparison with Repaint later.

As for how to finetune our PGDiff framework to improve inpainting results, it could be a promising idea that requires further exploration in future works.