-
Hello, thank you for your work!
When I try the command:
`pip3 install stylegan2_pytorch`
I get the output:
```
Downloading https://files.pythonhosted.org/packages/53/13/207ebb5b2315640a68378…
-
How should I go about to replace BigGAN with your StyleGAN2 package?
-
I have the following error. Please help me :(
C:\DragGAN>conda activate stylegan3
(stylegan3) C:\DragGAN>.\scripts\gui.bat
Loading "C:\DragGAN\checkpoints\stylegan2_lions_512_pytorch.pkl"... Do…
-
Does someone has a Stylegan2 implementation?
Thank you
-
-
# Model Request
### Which model would you like to see in the model zoo?
StyleGAN2 generator on faces (CelebA, FFHQ, ...)
Paper: "Analyzing and Improving the Image Quality of StyleGAN", https://ar…
-
Is there a script for converting the weights to NVLabs stylegan2-pytorch or stylegan2-pytorch-ada?
-
Thanks for sharing this repo. I would like to train my own sketchgan for generating pictures of vehicles. Could you provide the pytorch pretrained stylegan2-car (and train, bus etc.) netD and netG mod…
-
Is it possible to make the code work with .pkl trained using StyleGAN2-ADA ?
The default code throws an error:
```
---------------------------------------------------------------------------
T…
-
We found that the your stylegan2 network parameter name is inconsistent with the original stylegan2. If we change the network structure of the original Stylegan2 to be the same as yours, and the other…