#105 · Primary category: Image Generation

dalle-playground

artificial artificial-intelligence dall-e dalle dalle-mini gan machine-learning openai stable-diffusion text-to-image transformers

A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini)

Project last updated:06/03/24

GitHub Stars

2.7K

Forks

572

Contributors

11

License

MIT

Why we included this project

This is a practical, hands-on look at how a text-to-image pipeline fits together, wrapped in a simple web UI. It originally used DALL-E Mini and now runs Stable Diffusion V2, so the code shows a realistic prompt-to-image flow you can trace end to end. The Python backend and JavaScript frontend are clearly separated, making it a decent base to fork for your own experiments or a quick internal demo. You can run it locally, via Docker, or through a Colab notebook, though the free tier is too slow for more than a couple of images, so heavier use needs a paid GPU setup. Treat it as a functional reference for learning, not something to point production traffic at.

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