From 21f7d77a11ccb3ce76f686bb80c22429635fded4 Mon Sep 17 00:00:00 2001 From: Richard Kuo Date: Wed, 25 Sep 2024 06:53:37 +0800 Subject: [PATCH] Update 2024-08-09-GAN.md --- _posts/2024-08-09-GAN.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_posts/2024-08-09-GAN.md b/_posts/2024-08-09-GAN.md index 87cbacf1..88505a1b 100644 --- a/_posts/2024-08-09-GAN.md +++ b/_posts/2024-08-09-GAN.md @@ -260,6 +260,13 @@ Your browser does not support video ![](https://github.com/NVlabs/stylegan2-ada-pytorch/blob/main/docs/stylegan2-ada-teaser-1024x252.png?raw=true) +--- +### Toonify +**Paper:** [Resolution Dependent GAN Interpolation for Controllable Image Synthesis Between Domains](https://arxiv.org/abs/2010.05334)
+**Kaggle:** [https://www.kaggle.com/code/rkuo2000/toonify](https://www.kaggle.com/code/rkuo2000/toonify)
+![](https://d3i71xaburhd42.cloudfront.net/ca577f157d570df372bdb4bc84e373e0821b9d84/2-Figure2-1.png) +![](https://d3i71xaburhd42.cloudfront.net/ca577f157d570df372bdb4bc84e373e0821b9d84/2-Figure3-1.png) + --- ### StyleGAN2 Distillation **Paper:** [StyleGAN2 Distillation for Feed-forward Image Manipulation](https://arxiv.org/abs/2003.03581)
@@ -277,12 +284,6 @@ Your browser does not support video ### SideGAN **Paper:** [SideGAN: 3D-Aware Generative Model for Improved Side-View Image Synthesis](https://arxiv.org/abs/2309.10388)
---- -### Toonify -**Paper:** [Resolution Dependent GAN Interpolation for Controllable Image Synthesis Between Domains](https://arxiv.org/abs/2010.05334)
-**Code:** [NVlabs/stylegan2-ada-pytorch](https://github.com/NVlabs/stylegan2-ada-pytorch)
-**Kaggle:** [https://www.kaggle.com/code/rkuo2000/toonify](https://www.kaggle.com/code/rkuo2000/toonify)
- --- ### pix2style2pix **Code:** [eladrich/pixel2style2pixel](https://github.com/eladrich/pixel2style2pixel)