Local Image Generation · Automatic1111 · Stable Diffusion

Atelier — Local Image Studio

A polished local image generation studio powered by Automatic1111 and Stable Diffusion. Juggernaut Reborn for photorealism, DreamShaper 8 for artistic work. Your hardware, your models, zero cloud.

$0per image
100%data stays local
2bundled models
1 cmdto start

The App

Local Image Generation · Stable Diffusion
🎨
Atelier
LOCAL IMAGE STUDIO · AUTOMATIC1111 · STABLE DIFFUSION
Stable Diffusion Juggernaut Reborn DreamShaper 8 Hires. Fix Prompt Chips Batch Download A1111 API

A clean, distraction-free frontend for Automatic1111 (A1111) — the industry-standard local image generation server. Switch between two pre-configured models, build prompts with one-click style chips, and control every generation parameter without leaving the app. Generated images stay on your machine.

  • Juggernaut Reborn for photorealistic portraits, landscapes, and product shots
  • DreamShaper 8 for artistic, fantasy, and concept art styles
  • Quick-style chips: RAW photo, cinematic, oil painting, cyberpunk, golden hour & more
  • Full sampler control: DPM++ 2M Karras, SDE Karras, Euler a, DDIM, UniPC
  • Resolution presets (1:1, 2:3, 3:2, HD), CFG scale, steps, seed, clip skip
  • Hires. fix (2× upscale) and face restore (CodeFormer) in one toggle
  • Gallery with before/after — download single images or the full batch as ZIP
127.0.0.1:7860 — Atelier
⬡ LOCAL
Model
Juggernaut
PHOTOREALISTIC
DreamShaper 8
ARTISTIC
Steps
28
CFG
7
RAW photo, a 35mm portrait of a woman, cinematic lighting, sharp focus, bokeh background, photorealistic
RAW photo cinematic sharp focus oil painting cyberpunk
⚡ Generate  Ctrl+Enter
Step-by-Step Setup Guide
Get Atelier running on your device in under 10 minutes
🕐 ~10 min setup
1
Install the Prerequisites

Automatic1111 needs Python and Git installed. If you already have them, skip straight to Step 2.

Python 3.10.6 (exact version recommended for A1111):

# Download Python 3.10.6 installer from:
https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe
# ✅ During install, check "Add Python to PATH"
# ✅ Choose "Install Now"

# Install Git from:
https://git-scm.com/download/win
# Accept all defaults
Open a new PowerShell window and verify:
python --version → Python 3.10.6
git --version → git version 2.x.x
# Install Homebrew if you don't have it
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Install Python and Git
brew install [email protected] git
python3 --version → Python 3.10.x  ·  git --version → git version 2.x.x
# Ubuntu / Debian
sudo apt update
sudo apt install python3.10 python3.10-venv git wget

# Fedora / RHEL
sudo dnf install python3.10 git wget
python3.10 --version → Python 3.10.x
2
Get the Startup Scripts & App

Download all three files into the same folder — the startup script expects to find the app file in the same directory.

💡
Create a dedicated folder like C:\Atelier\ or ~/atelier/ and put all three files there. The startup script will clone Automatic1111 into a subfolder automatically on first run.
Your folder should look like this:
Atelier/
├── atelier.html          ← the UI app
├── START_A1111.bat       ← Windows launcher
└── start_a1111.sh        ← Mac/Linux launcher
# stable-diffusion-webui/ will be created automatically
3
Download the Models

Atelier is pre-configured for two best-in-class Stable Diffusion models. Download both (or just one) from Civitai — free account may be required.

Photorealistic
Juggernaut Reborn

The go-to model for photorealistic portraits, landscapes, and product photography. Exceptional skin texture and lighting.

📄 juggernaut_reborn.safetensors
Download from Civitai →
Artistic · Versatile
DreamShaper 8

Excellent all-around model for fantasy, concept art, anime, and stylized work. Great at following complex artistic prompts.

📄 DreamShaper_8_pruned.safetensors
Download from Civitai →

Copy both .safetensors files to the models folder:

# Copy to (create the folder if it doesn't exist yet):
Atelier\stable-diffusion-webui\models\Stable-diffusion\

# Or let the script run first to create the folder structure,
# then copy the model files in.
~/atelier/stable-diffusion-webui/models/Stable-diffusion/

# Example using terminal:
cp ~/Downloads/juggernaut_reborn.safetensors \
   ~/atelier/stable-diffusion-webui/models/Stable-diffusion/

cp ~/Downloads/DreamShaper_8_pruned.safetensors \
   ~/atelier/stable-diffusion-webui/models/Stable-diffusion/
⚠️
Model files are large — Juggernaut Reborn ~5 GB, DreamShaper 8 ~2 GB. Make sure you have at least 10 GB free disk space (models + A1111 itself).
4
Start the A1111 Server

Run the included startup script. On first run it will automatically clone Automatic1111 from GitHub, install all Python dependencies, and start the server with the API and CORS enabled. This takes 5–15 minutes on first run.

# Double-click in Explorer, or from PowerShell:
cd C:\Atelier
.\START_A1111.bat
⚠️
If you see a "Windows protected your PC" SmartScreen popup, click More info → Run anyway. This appears because the .bat file is downloaded from the internet.
# Make executable (only needed once)
chmod +x ~/atelier/start_a1111.sh

# Run
cd ~/atelier
bash start_a1111.sh
⚠️
macOS may require you to allow the terminal to access your Downloads folder. Click OK on the system prompt.
chmod +x ~/atelier/start_a1111.sh
cd ~/atelier
bash start_a1111.sh
Wait until you see:
Running on local URL: http://127.0.0.1:7860
The terminal stays open — this is normal. Don't close it.
🔁
Subsequent runs are much faster — A1111 is already installed, so it just loads and starts. Expect 30–60 seconds instead of 15 minutes.
5
Open Atelier & Generate

With A1111 running, open the Atelier app in your browser. It connects automatically to 127.0.0.1:7860.

# Double-click atelier.html in Explorer
# Or from PowerShell:
start C:\Ateliertelier.html
open ~/atelier/atelier.html
# Or double-click in Finder
The status bar at the top shows "Connected · juggernaut_reborn.safetensors" — you're ready to generate

Now generate your first image:

1. Select a model — Juggernaut Reborn or DreamShaper 8

2. Type a prompt (or click style chips to build one)
   Example: RAW photo, portrait of a woman, cinematic lighting,
            sharp focus, photorealistic, golden hour

3. Adjust settings if needed:
   Steps: 20–30 for quality · CFG: 7 for most prompts
   Resolution: 512×512 fast · 768×768 detailed
   Hires. fix: ON for print-quality upscale

4. Click ⚡ Generate (or press Ctrl+Enter)
   → Images appear in the gallery below the form
   → Click any image to preview full-size
   → ↓ Download single · ↓ Save all → ZIP
Ready to create?
Start A1111, open the app, and your first image generates in seconds. No cloud, no queue, no cost per image.
🚀 Launch Atelier →

Troubleshooting

Common Issues & Fixes

Most issues come from Python version mismatches, missing models, or the server not being started before opening the app.

❌ "Connecting…" never changes

A1111 isn't running or started on a different port.

# Make sure A1111 is running:
START_A1111.bat  # Windows
bash start_a1111.sh  # Mac/Linux
# Wait for: Running on local URL: http://127.0.0.1:7860
# The terminal window must stay open
❌ "No module named torch"

Python dependencies not installed. Let the script handle it:

# Delete the venv and re-run the script
rmdir /s stable-diffusion-webuienv  (Windows)
rm -rf stable-diffusion-webui/venv    (Mac/Linux)
# Re-run the startup script — it will reinstall
❌ Model not found / blank output

The .safetensors file is missing or misnamed.

# Check the models folder:
stable-diffusion-webui/models/Stable-diffusion/
  juggernaut_reborn.safetensors         ← exact name
  DreamShaper_8_pruned.safetensors      ← exact name
# Filenames are case-sensitive on Mac/Linux
❌ CORS error in browser console

A1111 was started without the CORS flag. Use the included scripts — they pass --cors-allow-origins=* automatically.

# Stop A1111 (close the terminal window)
# Re-run using the provided script, not the default
# webui.bat / webui.sh directly
START_A1111.bat  # ← always use this
❌ Generation is extremely slow

Running on CPU instead of GPU. Check CUDA installation.

# Check if GPU is detected:
cd stable-diffusion-webui
python -c "import torch; print(torch.cuda.is_available())"
# Should print: True
# If False: reinstall PyTorch with CUDA from pytorch.org
❌ Out of memory (VRAM) error

Generation resolution too high for your GPU VRAM.

# Reduce resolution in Atelier:
4 GB VRAM  → max 512×512
6 GB VRAM  → up to 640×640
8 GB VRAM  → up to 768×768
12 GB+ VRAM → 1024×1024 with Hires. fix
# Or add --medvram flag to the startup script

Hardware Guide

What hardware do you need?

🔴
CPU only
Works but slow — 3–10 min/image. No GPU required.
🟡
NVIDIA GPU (4–6 GB)
Good — 15–45 sec/image at 512px. Use --medvram flag.
🟢
NVIDIA GPU (8 GB+)
Great — 5–15 sec/image. Full resolution + Hires. fix.
🍎
Apple Silicon (M1/M2/M3)
Works via Metal — comparable to mid-range GPU.
🔵
AMD GPU (Linux)
Supported via ROCm on Linux. Windows AMD GPU = CPU mode.
Copilot+ PC NPU
A1111 uses CUDA/CPU — NPU not utilized for SD generation.