Text-to-image playground using Stable Diffusion
Top 17.7% on sourcepulse
This project provides a web-based playground for generating images from text prompts, currently utilizing Stable Diffusion V2. It's designed for enthusiasts and developers interested in exploring text-to-image generation without complex setup.
How It Works
The project consists of a Python backend serving a React frontend. The backend handles image generation requests using Stable Diffusion V2, while the frontend provides a user interface for inputting prompts and viewing results. The architecture allows for flexible deployment, with options for cloud-hosted backends (like Google Colab) or local execution.
Quick Start & Requirements
https://saharmor.github.io/dalle-playground/?backendUrl=<your_colab_url>
.pip install -r requirements.txt
and run python3 app.py --port 8080
. The frontend requires npm install
and npm start
.docker-compose up
.Highlighted Details
Maintenance & Community
The project was originally based on DALL-E Mini by @borisdayma. Further community or maintenance details are not specified in the README.
Licensing & Compatibility
The repository's license is not explicitly stated in the README.
Limitations & Caveats
Running the backend on Google Colab's free tier may lead to timeouts for generating more than a few images. The WSL2 setup for GPU acceleration requires significant manual compilation and configuration of JAX.
1 year ago
Inactive