🤖 AI Dashboard

Boid Brush — AI Diffusion Server Management

Connection Disconnected

Setup Instructions

Requirements

• Python 3.10+   • NVIDIA GPU (6 GB+ VRAM) or Apple Silicon Mac   • ~4 GB disk for model download

Quick Start (Windows)

  1. Open a terminal in the server/ folder
  2. Run the setup script:
    cd server setup.bat
  3. The model downloads automatically on first run (~4 GB)
  4. Server is ready when you see Uvicorn running on http://127.0.0.1:7860

Quick Start (macOS / Linux)

cd server chmod +x setup.sh ./setup.sh

Manual Setup

cd server python -m venv .venv .venv\Scripts\activate # Windows # source .venv/bin/activate # macOS/Linux pip install -r requirements.txt python server.py

Options

--model sd-inpaint — Use SD 1.5 Inpainting (slower, more detail)

--port 7861 — Custom port

Draw Things (iOS / macOS)

  1. Install Draw Things
  2. Enable API server: Settings → API Server → Start
  3. Find your device's IP in Settings → Wi-Fi → (i) button
  4. Enter the IP and port (default 7860) in the connection panel above

A1111 WebUI / Forge

  1. Launch with the --api flag:
    webui-user.bat --api
  2. Default URL: http://127.0.0.1:7860
  3. Load an inpainting model (e.g., sd-v1-5-inpainting)

Diagnostics

[startup] Dashboard loaded. Configure connection above and click Test.

Generation History

No generations yet. Use the AI brush in the painting app to generate stamps.