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.19k stars 570 forks source link

does it support for stylegan2-ada or stylegan3 ? #217

Closed vicentowang closed 2 years ago

vicentowang commented 2 years ago

I got a pretrained stylegan2-ada model for my own dataset , what should i do to plugging it into pixel2style2pixel.

yuval-alaluf commented 2 years ago

StyleGAN-ADA is supported as is since its the same architecture as StyleGAN2. Please see the other issues regarding support for SG3.