-
Is it possible to fine tune your e4e_ffhq_encode.pt model and change it to another different domain? I have a dataset of babies with a stylegan2 trained. Can I resume a train from your provided weight…
-
**Facing this error**
Traceback (most recent call last):
File "encode_images.py", line 80, in
main()
File "encode_images.py", line 53, in main
generator = Generator(Gs_network, arg…
-
Hi. Thanks for your grate wor.
I just run your code with inference (generate.py)
But I got an error which is
``` " ImportError: cannot import name 'CoordFuser' from 'src.training.layers' "``…
-
When I run “python3 encode_images.py aligned_images/ generated_images/ latent_representations/”,I get the errer:
Traceback (most recent call last):
File "encode_images.py", line 86, in
mai…
-
Hi! Thanks for your excellent work
I am trying to train an encoder on FFHQ-256(simply downsample by 4, no other difference). I followed your instructions, using pretrained model from [rosinality's …
-
Hello, thank you for your contribution.
The links you have provided for the pretrained StyleGAN generator for cub_bird_256 and lsun_bird_256 seem to be broken, giving a "page not found" error. Cou…
-
Any clues on how to train/modify the input so that I can carry out inference on the entire body. I'm planning to use this on something like DCT-Net here
![Screenshot 2022-12-02 at 18-23-13 menyifang…
-
Hi, thank you for your sharing.
I have a question about your pretrained model of stylegan.
Suppose you're using stylegan2 , as your readme file and config.json, You used stylegan2 pretrained mode…
-
CUDA_VISIBLE_DEVICES=3 python scripts/train.py --dataset_type=ffhq_encode --exp_dir=results/debug --batch_size=2 --test_batch_size=2 --val_interval=2500 --save_interval=5000 --stylegan_weights=pretrai…
-
amazing job, I was wondering if anyone has a colab notebook to create faces from text with or without stylegan2 by ex.