IllustrationGAN
Illustration Generator
A Generative Adversarial Networks implementation for modeling illustrations using a custom dataset of anime faces.
A simple, clean TensorFlow implementation of Generative Adversarial Networks with a focus on modeling illustrations.
269 stars
12 watching
57 forks
Language: Python
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pbaylies/stylegan2 | Implementation of a generative adversarial network for generating images with conditional variations. | 315 |
zsdonghao/text-to-image | A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 599 |
dribnet/portrain-gan | A Python implementation of a Generative Adversarial Network (GAN) model used to generate portraits from latent codes. | 40 |
taoxugit/attngan | Reproduces text-to-image generation with attentional generative adversarial networks. | 1,339 |
tensorlayer/dcgan | A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 339 |
jayleicn/animegan | A PyTorch implementation of Generative Adversarial Networks for anime face drawing | 1,280 |
cs-chan/artgan | A software framework for generating art-inspired images using deep learning techniques | 411 |
rbbrdckybk/ai-art-generator | Automates large batches of AI-generated artwork locally using GPU acceleration. | 634 |
reedscot/icml2016 | Generates synthetic images from text descriptions using a Generative Adversarial Network (GAN) | 913 |
djnavarro/flametree | A system for generating generative art in R, designed to be both aesthetically pleasing and pedagogically useful. | 163 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
jolibrain/joligen | An integrated framework for training custom generative AI models | 244 |
maxorange/pix2vox | This project enables the generation of 3D voxel models from 2D sketches using stacked generative adversarial networks. | 243 |
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 | 333 |
hanzhanggit/stackgan | A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions | 1,860 |