PKUWilliamYang's picture
V1
983684c
|
raw
history blame
No virus
307 Bytes

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

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