anvoynov / GANLatentDiscovery

The authors official implementation of Unsupervised Discovery of Interpretable Directions in the GAN Latent Space
416 stars 52 forks source link

compatibility with StyleGAN2-ADA #27

Closed gabemarx closed 3 years ago

gabemarx commented 3 years ago

Hello, Thank you so much for making such exciting work publicly available. I was wondering if there is any plan to add compatibility with NVIDIA's new pytorch StyleGAN2-ADA pipeline (https://github.com/NVlabs/stylegan2-ada-pytorch) I am really struggling with loading the model weights trained from that.

anvoynov commented 3 years ago

Hi @gabemarx Thank you for the interest! I will add it a bit later, apparently, in June. May be the current Sylegan2 processing implementation could fit you now as there are weights convertors from the official tf-Stylegan2(Ada)?

gabemarx commented 3 years ago

There are weight conversions from Stylegan2-ADA to Stylegan2? I have not been able to find them..

anvoynov commented 3 years ago

@gabemarx check this issue: https://github.com/rosinality/stylegan2-pytorch/issues/163