xmcgan_image_generation
Image generator
This implementation enables text-to-image generation by leveraging cross-modal contrastive learning.
98 stars
4 watching
15 forks
Language: Python
last commit: 27 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
taoxugit/attngan | Reproduces text-to-image generation with attentional generative adversarial networks. | 1,339 |
mingyuliutw/cogan | An implementation of a Generative Adversarial Network (GAN) designed to generate diverse types of images from single input images | 285 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,486 |
mxgmn/convchain | An algorithm for generating images from patterns using Markov chains and MCMC sampling | 742 |
hanzhanggit/stackgan | A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions | 1,860 |
cs-chan/artgan | A software framework for generating art-inspired images using deep learning techniques | 411 |
mattya/chainer-dcgan | Generates images using a Deep Convolutional Generative Adversarial Network (DCGAN) algorithm | 935 |
pbaylies/stylegan2 | Implementation of a generative adversarial network for generating images with conditional variations. | 315 |
pixray/pixray | An image generation system built around CLIP and GAN techniques. | 1,027 |
google/sg2im | An end-to-end neural network model that generates images from scene graphs by processing input graph information through multiple layers of networks | 1,300 |
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 |
reedscot/icml2016 | Generates synthetic images from text descriptions using a Generative Adversarial Network (GAN) | 913 |
google-research/parti | An autoregressive text-to-image generation model that generates photorealistic images from text prompts and leverages advances in large language models. | 1,548 |
ypxie/hdgan | A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. | 150 |
zsdonghao/text-to-image | A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 599 |