#81 · Primary category: Image Generation
min-dalle
min(DALL·E) is a fast, minimal port of DALL·E Mini to PyTorch
Project last updated:04/28/25
GitHub Stars
3.5K
Forks
247
Contributors
15
License
MIT
Why we included this project
You give it a plain-English prompt and it returns a grid of images, using the DALL·E Mini and Mega weights rebuilt in PyTorch and trimmed down to the inference path. The dependency list is short (numpy, requests, pillow, torch), so a pip install and a free Colab GPU are enough to get running without dragging in a heavyweight framework. You load the model once and reuse it for many prompts, with sampling controls like temperature and top-k plus a supercondition factor that balances how closely the output tracks your text against how varied the images come out. Progressive decoding output suits interactive notebooks, and a command-line path handles batch generation. For developers who want a compact, readable text-to-image model they can run and adapt locally, this is a straightforward place to start.
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.