genforce / idinvert_pytorch

[ECCV 2020] In-Domain GAN Inversion for Real Image Editing (PyTorch code)
https://genforce.github.io/idinvert/
MIT License
407 stars 54 forks source link

Pre-trained Model for the face_256x256_discriminator #39

Open goncalot2000 opened 1 year ago

goncalot2000 commented 1 year ago

On the main page, you are sharing the generator and encoder for the Model trained on the FFHQ dataset. Can you also share the pre-trained discriminator model? I tried to convert the tensorflow model (found here: https://github.com/genforce/idinvert) using the stylegan_converter.py from the genforce repository, but I am getting a lot of problems, especially with the tensorflow.contrib.nccl module.