stylegan2-ada-pytorch
Image generator library
An official PyTorch implementation of the StyleGAN2-ADA algorithm for generating images with a focus on stability and performance.
StyleGAN2-ADA - Official PyTorch implementation
4k stars
50 watching
1k forks
Language: Python
last commit: 6 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tkarras/progressive_growing_of_gans | A training methodology for generative adversarial networks to improve quality and stability | 6,095 |
postech-cvlab/pytorch-studiogan | A comprehensive PyTorch library providing implementations of various Generative Adversarial Networks (GANs) for image generation and evaluation. | 3,430 |
nvlabs/stylegan3 | An implementation of a generative adversarial network architecture designed to improve image synthesis and video generation capabilities | 6,438 |
nvlabs/stylegan2 | Improves upon the state-of-the-art architecture for generating high-quality images using a GAN-based approach | 10,991 |
soumith/ganhacks | A collection of strategies and techniques to improve the stability and performance of Generative Adversarial Networks (GANs) for generating high-quality images. | 11,458 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,152 |
eriklindernoren/pytorch-gan | PyTorch implementations of Generative Adversarial Networks for image synthesis | 16,453 |
ajbrock/biggan-pytorch | An unofficial implementation of PyTorch BigGANs for generating high-fidelity natural images | 2,868 |
wiseodd/generative-models | A collection of software frameworks and implementations for training generative models using GANs, VAEs, RBMs, and other techniques. | 7,335 |
mit-han-lab/data-efficient-gans | Improves GAN training efficiency by incorporating data augmentation | 1,283 |
kupynorest/deblurgan | An image deblurring system using Generative Adversarial Networks (GANs) to restore sharpness from blurry images. | 2,516 |
rosinality/stylegan2-pytorch | An implementation of StyleGAN 2 in PyTorch for image generation and analysis. | 2,741 |
yunjey/stargan | Develops a unified generative model to translate images across multiple domains using a single network architecture. | 5,229 |
hwalsuklee/tensorflow-generative-model-collections | Provides a collection of TensorFlow implementations for various Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs). | 3,911 |
clovaai/stargan-v2 | A Python implementation of an image-to-image translation model for generating diverse images across multiple domains. | 3,500 |