-
Stumbled upon a recentish research paper titled "Rethinking Image Skip Connections in StyleGAN2" (https://arxiv.org/abs/2407.05527). The paper presents a novel(?) "image squeeze connection" method tha…
-
Hi,
I have trained on colab all is Perfect but when I train using Google Cloud Notebook I am getting **RuntimeError: No GPU devices found**. I have installed tensorflow gpu using, pip instal…
-
Is it possible to make the code work with .pkl trained using StyleGAN2-ADA ?
The default code throws an error:
```
---------------------------------------------------------------------------
T…
-
Hi, thank you very much for your work. When I try to run the code, I get the error ImportError: No module named 'upfirdn2d_plugin'. How can I solve this?
-
Does this code works for stylegan2-ada?
-
![Screenshot from 2024-07-06 04-35-36](https://github.com/johndpope/SPEAK-hack/assets/289994/79396ebf-5296-4914-bbb5-2a936c2fd757)
the paper says they use stylegan architecture
that means re…
-
-
Is there a script for converting the weights to NVLabs stylegan2-pytorch or stylegan2-pytorch-ada?
-
I want to ask a question, how is the file StyleGAN2-ada-Generator.pth generated? I have run the stylegan2-ada-pytorch project, and the generated weight file is pkl. If I use pkl directly, it seems not…
-
Hi. Is it possible to convert weights from stylegan2-ada-pytorch (https://github.com/NVlabs/stylegan2-ada-pytorch) pickle file to pt with convert_weight tool?