Luisgust commited on
Commit
5e2f958
·
verified ·
1 Parent(s): aa295e9

Create vtoonify/model/stylegan/readme.md

Browse files
Files changed (1) hide show
  1. vtoonify/model/stylegan/readme.md +7 -0
vtoonify/model/stylegan/readme.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # StyleGAN 2 in PyTorch
2
+
3
+ Implementation of Analyzing and Improving the Image Quality of StyleGAN (https://arxiv.org/abs/1912.04958) in PyTorch
4
+
5
+ Fork from [https://github.com/rosinality/stylegan2-pytorch](https://github.com/rosinality/stylegan2-pytorch)
6
+
7
+ In VToonify, we modify it to accept z+ latent codes.