File size: 307 Bytes
983684c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# StyleGAN 2 in PyTorch

Implementation of Analyzing and Improving the Image Quality of StyleGAN (https://arxiv.org/abs/1912.04958) in PyTorch

Fork from [https://github.com/rosinality/stylegan2-pytorch](https://github.com/rosinality/stylegan2-pytorch)

In VToonify, we modify it to accept z+ latent codes.