stylegan2-ada-pytorch icon indicating copy to clipboard operation
stylegan2-ada-pytorch copied to clipboard

StyleGAN2-ADA - Official PyTorch implementation

Results 25 stylegan2-ada-pytorch issues
Sort by recently updated
recently updated
newest added

I changed two files in the repo: `torch_utils/ops/conv2d_gradfix.py` and `torch_utils/ops/grid_simple_gradfix.py`. I copied the files from the StyleGAN3 repo, which has received an update to handle new PyTorch versions. In the...

It seems that torch==1.9.0+cu111 torchvision==0.10.0+cu111 can't be installed and resulting in installing torch-2.0.1+cu118. This give an error when I try to train the model. This is the error I get:...

I want to use the stylegan2-ada-pytorch model as a stylegan-pytorch([rosinality](https://github.com/rosinality)) pre-training model. I find that the model is loaded with missing parameters. What should I do? ![image](https://user-images.githubusercontent.com/48466610/212224942-fa15ba43-09e3-4a58-b6af-0750a5aa7788.png) ![1 2](https://user-images.githubusercontent.com/48466610/212225801-78710fd0-eff9-4c2a-8a49-f78e5848955b.png) ![image](https://user-images.githubusercontent.com/48466610/212226169-877d68bb-c98a-43d7-b63d-c2e3921e28d7.png)

Thank you for your excellent work! ​Thus, I can use export_weights.py to convert offical implimation to your .pt format. However, export_weights.py only support convert parameters of generator. Could you have...

Unable to generate single images after training with the notebook. After training a model, the notebook is unable to generate image results. When the following command is run, the following...