DreamLayer

Quick Start Guide

Get DreamLayer AI up and running in 60 seconds with this lightning-fast setup guide.

⚡ Prerequisites Check

Before you start, ensure you have:

Note: DreamLayer works on CPU-only setups, but GPU acceleration is highly recommended for optimal performance.

🚀 60-Second Setup

Step 1: Clone & Navigate

git clone https://github.com/DreamLayer-AI/DreamLayer.git
cd DreamLayer

Step 2: Install Dependencies

macOS/Linux:

chmod +x install_mac_dependencies.sh
./install_mac_dependencies.sh

Windows:

install_windows_dependencies.bat

Step 3: Start DreamLayer

macOS/Linux:

chmod +x start_dream_layer.sh
./start_dream_layer.sh

Windows:

start_dream_layer.bat

Step 4: Open Your Browser

Navigate to http://localhost:8080 and start creating!

🎯 First Image Generation

  1. Enter a prompt in the text area
    A beautiful sunset over mountains, digital art, masterpiece
    
  2. Select a model from the dropdown (SD 1.5 is recommended for beginners)

  3. Click “Generate” and wait for your image

  4. Download or share your creation

🔧 Quick Configuration

Set Output Directory

  1. Go to SettingsPaths
  2. Set your preferred output directory
  3. Click Save

Add Models

  1. Download Stable Diffusion models (.safetensors files)
  2. Place them in your models directory
  3. Restart DreamLayer to detect new models

🚨 Troubleshooting

Common Issues

“ComfyUI not found”

“No models available”

“GPU not detected”

Getting Help

🎨 Next Steps

Now that you’re up and running:

  1. Explore Advanced Features - Usage Guide
  2. Learn the Architecture - Architecture Overview
  3. Check the API - API Reference
  4. Contribute - Contributing Guide

Need more help? Check out the Installation Guide for detailed setup instructions.