stylegan-human / StyleGAN-Human

StyleGAN-Human: A Data-Centric Odyssey of Human Generation
1.14k stars 141 forks source link

Pretrained StyleGAN v2/v3 Discriminator Weights #45

Open tommycwh opened 1 year ago

tommycwh commented 1 year ago

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?

arllllll10 commented 1 year ago

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