-
Hello, can you open source the encoder.pt and stylegan2-ffhq-config-f.pt,thank you~
-
I encountered this problem. Thank you very much for helping me!
Traceback (most recent call last):
File "C:/Users/zhanggeng/Desktop/swapping-autoencoder-pytorch-master/train.py", line 21, in
…
-
Thank you for releasing the dataset, it is really valuable for deepfake researches. Could you release the labels of testset and the exact manipulation methods of 16cls_labels?
-
After successfully training StyleGAN 2 on a dataset of B&W images (1, 128, 128), I tried using the network for projecting real images into latent space. Unfortunately it seems like it was only coded w…
-
in google colaboration(free)
after going through [this](https://youtu.be/R546LYsQk5M?si=KFMYClRQQU8uh6yc) tutorial and [this](https://www.youtube.com/redirect?event=video_description&redir_token=QUF…
-
F:\Draggan\DragGAN> python gradio_app.py
No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7'
F:\Draggan\DragGAN\stylegan2\op\fused_act.py:22: UserWar…
-
Hi,
I can only find the model in stylegan2 but not stylegan. Where should I look for?
Thanks!
-
Hi,
Thank you for making your code public. I used your code and instructions to train on my data but have the following issues. (Note that previously I was able to generate tfrec using the origina…
-
# system:Ubuntu
```
Successfully installed torch-1.9.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is reco…
-
**Describe the bug**
I use --resume to resume learning after stopping.
and i notice few difference with stylegan2:
first, after resuming, after first tick NN begin retraining as if it learns first…