#130 · Primary category: Image Generation

deep-daze

artificial-intelligence deep-learning implicit-neural-representation multi-modality siren text-to-image transformers

Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun

Project last updated:03/13/22

GitHub Stars

4.3K

Forks

309

Contributors

14

License

MIT

Why we included this project

Deep Daze was one of the earliest practical demonstrations of CLIP-guided text-to-image generation, a technique Ryan Murdock discovered and Lucidrains packaged as a command line tool. You give it a phrase like "imagine a house in the forest" and it steers a SIREN network, using OpenAI's CLIP, until the rendered image matches your prompt. It is a hands-on way to learn how prompt-guided synthesis actually works, helped along by Colab notebooks and a --deeper flag for higher quality output. You will want an Nvidia or AMD GPU with at least 4GB of VRAM. It is dated next to modern generators, but as a teaching tool for the foundations of this field it still has value.

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