Create vtoonify/model/stylegan/readme.md
Browse files
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.
|