eladrich / pixel2style2pixel

Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation" (CVPR 2021) presenting the pixel2style2pixel (pSp) framework
https://eladrich.github.io/pixel2style2pixel/
MIT License
3.2k stars 570 forks source link

Human Skin Tone #141

Closed BASSG7 closed 3 years ago

BASSG7 commented 3 years ago

Hi, I finally Have a good result

66BCEAEB-6550-4508-9425-366A324C56B5

and I just want to know how can I give this image a human skin tone

I don’t have photoshop and I hope if a Colab exist for this kind of things

Thansk per advance, sorry for bad English 🙏

yuval-alaluf commented 3 years ago

Hi @BASSG7 , You can change the skin tone of the resulting image by performing style mixing with other latent codes. While in our paper we only used style mixing for the conditional image synthesis task, this should be relevant for what you are trying to do. You can check out the following section in the README for more details: https://github.com/eladrich/pixel2style2pixel#multi-modal-synthesis-with-style-mixing

BASSG7 commented 3 years ago

Ho okay I see, thanks for response @yuval-alaluf but where am I suppose to paste the Style-Mixing Script in the Colab ?

yuval-alaluf commented 3 years ago

In the colab we provide a small demo of the style mixing. Please note that some adjustments will be needed to get it to work on your image, but the core flow is there for you.