aphantasia
Text image generator
A text-to-image tool using CLIP and FFT/DWT parameters to generate detailed images from user-provided text prompts.
CLIP + FFT/DWT/RGB = text to image/video
776 stars
22 watching
102 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
cliptext-to-imagetext-to-video
Related projects:
Repository | Description | Stars |
---|---|---|
taoxugit/attngan | Reproduces text-to-image generation with attentional generative adversarial networks. | 1,339 |
mansimov/text2image | A model that generates image patches from natural language descriptions by iteratively drawing and attending to relevant words. | 592 |
zsdonghao/text-to-image | A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture | 599 |
pixart-alpha/pixart-sigma | Develops a PyTorch model for 4K text-to-image generation using diffusion transformer | 1,681 |
reedscot/icml2016 | Generates synthetic images from text descriptions using a Generative Adversarial Network (GAN) | 913 |
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 |
google-research/xmcgan_image_generation | This implementation enables text-to-image generation by leveraging cross-modal contrastive learning. | 98 |
glasnt/ih-aas | A service for generating image thumbnails with customizable palettes | 11 |
pixray/pixray | An image generation system built around CLIP and GAN techniques. | 1,027 |
hanzhanggit/stackgan | A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions | 1,860 |
carpedm20/began-pytorch | An implementation of a deep learning model for generating images from text descriptions | 262 |
ibm/max-fast-neural-style-transfer | A service for generating new images by mixing the content of an input image with the style of another image. | 50 |
ypxie/hdgan | A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. | 150 |
graykode/gpt-2-pytorch | An implementation of the GPT-2 language model in PyTorch for generating text | 973 |
eleutherai/vqgan-clip | A toolkit for generating and editing images based on learned semantic representations of visual features. | 350 |