genforce / idinvert

[ECCV 2020] In-Domain GAN Inversion for Real Image Editing
https://genforce.github.io/idinvert/
MIT License
461 stars 65 forks source link

how to make the target have the context texture in semantic diffusion? #27

Open molo32 opened 3 years ago

molo32 commented 3 years ago

how to make the target have the context texture in semantic diffusion?

in semantic diffusion the "target" changes the texture or skin of the "context" how to avoid that?

I want semantic diffusion to have the target face but the context skin.

ShenYujun commented 3 years ago

Diffusion means to diffuse the target to surroundings. Hence, the results will be with the target skin.

molo32 commented 3 years ago

Got it, but do you know any way to edit the code to have the target face but the context skin. style mix does not give good results

ShenYujun commented 3 years ago

Maybe you can try training a style transfer model ;)