#140 · Primary category: Image Generation
text-to-image
Text to image synthesis using thought vectors
Project last updated:01/30/18
GitHub Stars
2.2K
Forks
398
Contributors
4
License
MIT
Why we included this project
This is a compact, readable implementation of one of the earliest text-to-image approaches. It follows the GAN-CLS method from the Generative Adversarial Text-to-Image Synthesis paper, pairing Skip-Thought caption embeddings with a DCGAN backbone so a short flower description becomes a 64x64 image. The repo includes training and inference scripts, a data downloader, and a pretrained checkpoint for the flowers dataset, so you can go from captions to generated samples without rerunning a full training pass. It is clearly a research artifact rather than a maintained product: the pipeline depends on Python 2.7 and a TensorFlow-era toolchain. If you are working through the original algorithm, or want a simple baseline to compare against modern text-to-image models, studying this code is likely to be more useful than trying to deploy it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
stable-diffusion-webui
Stable Diffusion web UI
ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
upscayl
🆙 Upscayl - #1 Free and Open Source AI Image Upscaler for Linux, MacOS and Windows.
InvokeAI
InvokeAI is a leading open-source creative engine for Stable Diffusion, offering an industry-leading web UI for generating and editing visual media.