PyTorch-StudioGAN

GAN library

A comprehensive PyTorch library providing implementations of various Generative Adversarial Networks (GANs) for image generation and evaluation.

StudioGAN is a Pytorch library providing implementations of representative Generative Adversarial Networks (GANs) for conditional/unconditional image generation.

GitHub

3k stars
54 watching
344 forks
Language: Python
last commit: 3 months ago
bigganclean-fiddata-efficient-gan-trainingdeep-learninggenerative-adversarial-networkmachine-learningpytorchstylegan2stylegan2-adastylegan3

Related projects:

Repository Description Stars
nvlabs/stylegan2-ada-pytorch An official PyTorch implementation of the StyleGAN2-ADA algorithm for generating images with a focus on stability and performance. 4,126
eriklindernoren/pytorch-gan PyTorch implementations of Generative Adversarial Networks for image synthesis 16,453
junyanz/igan Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time 3,977
tkarras/progressive_growing_of_gans A training methodology for generative adversarial networks to improve quality and stability 6,095
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
akanimax/pro_gan_pytorch Implementation of a deep learning model for generating high-quality images with improved stability and variation. 536
yunjey/stargan Develops a unified generative model to translate images across multiple domains using a single network architecture. 5,229
nvlabs/stylegan A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors 14,152
hwalsuklee/tensorflow-generative-model-collections Provides a collection of TensorFlow implementations for various Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs). 3,911
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
kupynorest/deblurgan An image deblurring system using Generative Adversarial Networks (GANs) to restore sharpness from blurry images. 2,516
carpedm20/discogan-pytorch A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. 1,084
ajbrock/biggan-pytorch An unofficial implementation of PyTorch BigGANs for generating high-fidelity natural images 2,868
eriklindernoren/keras-gan This repository provides pre-trained implementations of Generative Adversarial Networks (GANs) using the Keras deep learning framework. 9,184