StackGAN

Text-to-Image Synthetizer

A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions

GitHub

2k stars
69 watching
458 forks
Language: Python
last commit: over 4 years ago

Related projects:

Repository Description Stars
hanzhanggit/stackgan-v2 Software framework for training and evaluating generative models of images and text based on adversarial networks 847
taoxugit/attngan Reproduces text-to-image generation with attentional generative adversarial networks. 1,343
zsdonghao/text-to-image A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture 602
casualganpapers/make-a-scene PyTorch implementation of a scene-based text-to-image generation system with human priors using Generative Adversarial Networks and semantic segmentation 334
ypxie/hdgan A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. 150
junyanz/bicyclegan A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. 1,491
woozzu/dong_iccv_2017 An implementation of semantic image synthesis via adversarial learning using PyTorch 145
akanimax/pro_gan_pytorch Implementation of a deep learning model for generating high-quality images with improved stability and variation. 538
google-research/xmcgan_image_generation This implementation enables text-to-image generation by leveraging cross-modal contrastive learning. 98
mrzhu-cool/pix2pix-pytorch An implementation of an image-to-image translation algorithm using deep learning and PyTorch 428
reedscot/icml2016 Generates synthetic images from text descriptions using a Generative Adversarial Network (GAN) 912
jayleicn/animegan A PyTorch implementation of Generative Adversarial Networks for anime face drawing 1,282
tengshaofeng/residualattentionnetwork-pytorch Implementing a deep learning framework for image classification using Residual Attention Network architecture 682
blade6570/photographicimagesynthesiswithcascadedrefinementnetworks-pytorch An implementation of cascaded refinement networks for generating photorealistic images from semantic layouts 65
mchong6/soat This repository provides a PyTorch implementation of an image manipulation technique using a pretrained StyleGAN model. 380