LPengYang / FreeDrag

Official Implementation of FreeDrag (CVPR 2024)
https://lin-chen.site/projects/freedrag/
413 stars 20 forks source link

change inversion model #9

Closed GODGANG4885 closed 11 months ago

GODGANG4885 commented 1 year ago

Gan inversion results are not good. Is it possible to replace it with the PTI model? https://github.com/danielroich/PTI/tree/da94d59d15d94822e95840ab5a0aa9ba1a19c851

LPengYang commented 1 year ago

Thanks for your reminder, we will make a try.

LPengYang commented 12 months ago

Gan inversion results are not good. Is it possible to replace it with the PTI model? https://github.com/danielroich/PTI/tree/da94d59d15d94822e95840ab5a0aa9ba1a19c851

Hi, the image inversion of StyleGAN sometimes receives low quality due to the limited generation ability of GAN. We now add the implementation of diffusion-based FreeDrag, which performs higher inversion quality based on SD 1.5 and thus is suggested in real image editing. We will also update the details about the implementation in few days.