All Projects → hellochick → text-to-image

hellochick / text-to-image

Licence: other
Re-implementation of https://github.com/zsdonghao/text-to-image

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to text-to-image

CLIP-Guided-Diffusion
Just playing with getting CLIP Guided Diffusion running locally, rather than having to use colab.
Stars: ✭ 328 (+1212%)
Mutual labels:  text-to-image
Data-Whisperer
An NLP text to vizualization builder for Tableau.
Stars: ✭ 13 (-48%)
Mutual labels:  text-to-image
feed forward vqgan clip
Feed forward VQGAN-CLIP model, where the goal is to eliminate the need for optimizing the latent space of VQGAN for each input prompt
Stars: ✭ 135 (+440%)
Mutual labels:  text-to-image
multiple-objects-gan
Implementation for "Generating Multiple Objects at Spatially Distinct Locations" (ICLR 2019)
Stars: ✭ 111 (+344%)
Mutual labels:  stackgan
idg
Document image generator
Stars: ✭ 40 (+60%)
Mutual labels:  text-to-image
ru-dalle
Generate images from texts. In Russian
Stars: ✭ 1,606 (+6324%)
Mutual labels:  text-to-image
universum-contracts
text-to-image generation gems / libraries incl. moonbirds, cyberpunks, coolcats, shiba inu doge, nouns & more
Stars: ✭ 17 (-32%)
Mutual labels:  text-to-image
VQGAN-CLIP
Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Stars: ✭ 2,369 (+9376%)
Mutual labels:  text-to-image
Dalle Pytorch
Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
Stars: ✭ 3,661 (+14544%)
Mutual labels:  text-to-image
CogView
Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".
Stars: ✭ 708 (+2732%)
Mutual labels:  text-to-image
VQGAN-CLIP-Docker
Zero-Shot Text-to-Image Generation VQGAN+CLIP Dockerized
Stars: ✭ 58 (+132%)
Mutual labels:  text-to-image
clip-guided-diffusion
A CLI tool/python module for generating images from text using guided diffusion and CLIP from OpenAI.
Stars: ✭ 260 (+940%)
Mutual labels:  text-to-image
Awesome-Text-to-Image
A Survey on Text-to-Image Generation/Synthesis.
Stars: ✭ 251 (+904%)
Mutual labels:  text-to-image
text2painting
Convert text into beautiful artistic images
Stars: ✭ 55 (+120%)
Mutual labels:  text-to-image
KoDALLE
🇰🇷 Text to Image in Korean
Stars: ✭ 55 (+120%)
Mutual labels:  text-to-image
im2txt2im
I2T2I: Text-to-Image Synthesis with textual data augmentation
Stars: ✭ 29 (+16%)
Mutual labels:  text-to-image
keras-text-to-image
Translate text to image in Keras using GAN and Word2Vec as well as recurrent neural networks
Stars: ✭ 60 (+140%)
Mutual labels:  text-to-image
text-to-image
Text to Image Synthesis using Generative Adversarial Networks
Stars: ✭ 72 (+188%)
Mutual labels:  text-to-image

text-to-image

Implement for Kaggles Contest - Reverse Image Caption

Architecture

Using GAN-CLS algorithm from the paper Generative Adversarial Text-to-Image Synthesis and stackGAN-stage1 from StackGAN - Github

Prepare Data

Download image files and captions from Google Drive, put into ./text-to-image directory

Result ( After 800 epoch )

  • the flower shown has yellow anther red pistil and bright red petals.
  • this flower has petals that are yellow, white and purple and has dark lines
  • the petals on this flower are white with a yellow center
  • this flower has a lot of small round pink petals.
  • this flower is orange in color, and has petals that are ruffled and rounded.
  • the flower has yellow petals and the center of it is brown
  • this flower has petals that are blue and white.
  • these white flowers have petals that start off white in color and end in a white towards the tips.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].