stylegan-human/StyleGAN-Human

Pretrained StyleGAN v2/v3 Discriminator Weights

tommycwh opened this issue · 1 comments

Thank you very much for your fascinating work and publishing the pretrained models. I see that the pretrained StyleGAN v1 model includes weights of the generator and discriminator, but the pretrained weights of the discriminators in the StyleGAN v2/v3 models are not included. Will you publish the pretrained weights of StyleGAN v2/v3 discriminators?

You can find the pretrained weights for the discriminator by:
G = legacy.load_network_pkl(f)['D'].to(device)