DualStyleGAN
DualStyleGAN copied to clipboard
[CVPR 2022] Pastiche Master: Exemplar-Based High-Resolution Portrait Style Transfer
Hello! I'm writing because I've been encountering an unknown error in the "train_sampler.py" script. Currently, I'm running the following code: bash Copy code !python train_sampler.py simpsons_face --iter 100 --exstyle_path /home/alpaco/sej/DualStyleGAN/checkpoint/simpsons_face/refined_exstyle_code.npy...
当我进行Progressive Fine-Tuning中的Stage 3: Fine-Tune DualStyleGAN on Target Domain时,输入命令:python3 -m torch.distributed.launch --nproc_per_node=2 --master_port=8765 finetune_dualstylegan.py --iter 1500 --batch 1 --ckpt ./checkpoint/generator-pretrain-003000.pt --style_loss 0.25 --CX_loss 0.25 --perc_loss 1 --id_loss 1 --L2_reg_loss 0.015 --augment...
Forgive me for double posting, but I'm having a huge problem with the web demo and thought it might get more attention here. I've been trying to solve it for...
Can we use this to finetune different style of Pets instead of Human faces?
Hi, thx for your excellent work! When I finetune the model on a 8 gpus per node device , I found that the gpu memory usage of the first card...
I'm wondering if this repository can be trained with w-plus pSp encoder since original pSp is designed to predict wplus latent code from input image. I have read the DualStyleGAN...
[您好!我想问一下生成的图片为什么有时候脖子中间的地方会有痕迹?有没有什么方法解决呢? 
Hello SHUAI YANG, could you please provide us with a ConditionalDiscriminator for your pre training? Thank you very much!
Whenever I'm using style transfer with DualStyleGAN, I didn't get any memory issues like out of memory (can't allocate memory) in cpu devices but whenever I'm using (https://github.com/williamyang1991/VToonify) this one...
integrate stable diffusion pretrained models into HF space....