Here are
90 public repositories
matching this topic...
[CVPR2020] Adversarial Latent Autoencoders
Updated
Jan 23, 2021
Python
Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation" (CVPR 2021) presenting the pixel2style2pixel (pSp) framework
Updated
Jul 6, 2021
Jupyter Notebook
StyleFlow: Attribute-conditioned Exploration of StyleGAN-generated Images using Conditional Continuous Normalizing Flows (ACM TOG 2021)
Updated
Jun 8, 2021
Python
GenForce: an efficient PyTorch library for deep generative modeling (StyleGANv1v2, PGGAN, etc)
Updated
Dec 9, 2020
Python
Updated
Jul 12, 2021
Python
StyleGAN 2 in Tensorflow 2.0
Updated
Jun 19, 2020
Python
The implementation of StyleGAN on PyTorch 1.0.1
Updated
Jun 28, 2020
Python
Updated
Jun 17, 2021
Jupyter Notebook
Updated
Jul 1, 2021
Jupyter Notebook
Updated
May 29, 2021
Python
Projecting images to latent space with StyleGAN2.
Updated
Feb 27, 2021
Jupyter Notebook
Official implementation of FQ-GAN
Updated
Jul 19, 2020
Python
A web porting for NVlabs' StyleGAN.
Updated
Oct 17, 2020
Python
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Updated
Jul 1, 2021
Jupyter Notebook
Reference code for the paper HistoGAN: Controlling Colors of GAN-Generated and Real Images via Color Histograms (CVPR 2021).
Updated
Jul 18, 2021
Jupyter Notebook
Generating Cat images using StyleGAN
Updated
Dec 13, 2019
HTML
[ICML 2021] Official implementation: Intermediate Layer Optimization for Inverse Problems using Deep Generative Models
Updated
Feb 17, 2021
Python
Image Synthesis + Corgis = <3
Updated
Jul 7, 2021
Jupyter Notebook
Updated
Aug 1, 2020
Python
Repository for implementation of generative models with Tensorflow 1.x
Updated
Jun 12, 2020
Jupyter Notebook
A repository for sharing ipynb's of my experiments with GAN
Updated
Apr 28, 2021
Jupyter Notebook
Original stylegan without blobs (without retraining).
Updated
Dec 28, 2019
Python
Generating Pokemon cards using a mixture of StyleGAN and RNN to create beautiful & vibrant cards ready for battle!
Updated
Jan 29, 2020
Python
Train a StyleGAN2 model on Colaboratory to generate Steam banners.
Updated
Feb 1, 2021
Jupyter Notebook
PyTorch StyleGAN2, StyleGANの再現実装
Updated
Oct 1, 2020
Python
Looking up a generative latent vectors from (face) reference images.
Updated
Oct 25, 2019
Python
Convert
@NVlabs StyleGAN pkls to
@taki0112 StyleGAN-Tensorflow checkpoints (copy over the weights)
Updated
Sep 17, 2019
Python
Train a StyleGAN2-ADA model on Colaboratory to generate Steam banners.
Updated
Feb 1, 2021
Jupyter Notebook
Unofficial implementation of StyleGAN's generator
Improve this page
Add a description, image, and links to the
stylegan
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
stylegan
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
@huangzh13,
At the outset, this is a great implementation of StyleGAN in PyTorch. I really like the way the modules are structured.
This is more of a suggestion from my side:
Seems like you are not sanitizing your gradients in the code. Please check this from the official StyleGAN implementation.
I am currently