DreamLayer

DreamLayer AI Documentation

Welcome to the comprehensive documentation for DreamLayer AI - The Cleanest, Fastest Stable Diffusion WebUI.

🚀 Quick Navigation

Getting Started

Technical Documentation

Development

🎯 What is DreamLayer AI?

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.

Key Features

Architecture Overview

DreamLayer follows a three-tier architecture:

  1. Frontend Layer - React/TypeScript UI components
  2. API Layer - Flask-based REST API server
  3. Generation Layer - ComfyUI integration for image generation
graph LR
    A[React Frontend] --> B[Flask API]
    B --> C[ComfyUI Engine]
    C --> D[Stable Diffusion Models]
    B --> E[Cloud APIs]

🏗️ System Components

Core Modules

Key Directories

🎨 Supported Models

Local Models

Cloud APIs

🚀 Getting Started

  1. Clone the repository
    git clone https://github.com/DreamLayer-AI/DreamLayer.git
    cd DreamLayer
    
  2. Install dependencies
    # macOS/Linux
    ./install_mac_dependencies.sh
       
    # Windows
    install_windows_dependencies.bat
    
  3. Start DreamLayer
    # macOS/Linux
    ./start_dream_layer.sh
       
    # Windows
    start_dream_layer.bat
    
  4. Open your browser to http://localhost:8080

For detailed instructions, see the Quick Start Guide.

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for:

📄 License

DreamLayer AI is licensed under the GPL-3.0 License. See the LICENSE file for details.


Last updated: December 2024