Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretrained StyleGAN v2/v3 Discriminator Weights #45

Open
tommycwh opened this issue Mar 1, 2023 · 1 comment
Open

Pretrained StyleGAN v2/v3 Discriminator Weights #45

tommycwh opened this issue Mar 1, 2023 · 1 comment

Comments

@tommycwh
Copy link

tommycwh commented Mar 1, 2023

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants