Welcome to the comprehensive documentation for DreamLayer AI - The Cleanest, Fastest Stable Diffusion WebUI.
DreamLayer AI is a modern, open-source Stable Diffusion WebUI that combines the power of ComfyUI with a clean, intuitive interface. Built for AI artists, researchers, developers, and prompt engineers who demand both performance and usability.
DreamLayer follows a three-tier architecture:
graph LR
A[React Frontend] --> B[Flask API]
B --> C[ComfyUI Engine]
C --> D[Stable Diffusion Models]
B --> E[Cloud APIs]
dream_layer.py
- Main Flask API servertxt2img_server.py
- Text-to-image generation serverimg2img_server.py
- Image-to-image generation servercontrolnet.py
- ControlNet integrationdream_layer_backend/
- Python API server and utilitiesdream_layer_frontend/
- React frontend applicationComfyUI/
- Integrated ComfyUI engineworkflows/
- Pre-configured generation workflowsgit clone https://github.com/DreamLayer-AI/DreamLayer.git
cd DreamLayer
# macOS/Linux
./install_mac_dependencies.sh
# Windows
install_windows_dependencies.bat
# macOS/Linux
./start_dream_layer.sh
# Windows
start_dream_layer.bat
For detailed instructions, see the Quick Start Guide.
We welcome contributions! Please see our Contributing Guide for:
DreamLayer AI is licensed under the GPL-3.0 License. See the LICENSE file for details.
Last updated: December 2024