gan-control icon indicating copy to clipboard operation
gan-control copied to clipboard

This package provides a pythorch implementation of "GAN-Control: Explicitly Controllable GANs", ICCV 2021.

Results 12 gan-control issues
Sort by recently updated
recently updated
newest added

ModuleNotFoundError: No module named 'gan_control.models.op' No op file in gan_control/models directory

"training_config": { "debug": false, "parallel_grad_regularize_step": true, "iter": 500000, "start_iter": 0, "batch": 16, "mini_batch": 16, "mini_batch_mode": "normal", "transfer_learning_model": { "enabled": true, "model_path": "path to a pre-trained gan (not required)" }, where...

Hi friends I am getting this error when running controller_trainer.py : ModuleNotFoundError: No module named 'igt_res_gan' I guess the authors might have forgotten to add igt_res_gan module. please can anyone...

Hi authors. I really liked your project. you did an amazing job. I had some questions about it. How can I train this interfacegan with my own custom dataset? I...

Hello, I'm wondering why the dimensionality of the latent W is (1,16,512) instead of (1,18,512) which is proposed by the original StyleGAN2. I'm asking because I'm trying to edit real...

add the code to project images please

Hey, I was wondering if it's possible to control the properties of images other than the ones generated by the inference controller. In other words, generate a latent_w tensor from...

add web demo on Hugging Face using Gradio by https://huggingface.co/hysts

Hi, I've tried to reproduce the training-generator phase. However, the training speed seems too slow. ![image](https://user-images.githubusercontent.com/20237367/165722712-f4f0be00-de40-43e4-aeca-9fd2920d9269.png) I use 4 A100 for default training. It takes almost 4 minutes for 4...