Skip to main content

Installation: Stable Diffusion Web UI by Automatic1111 (+ Deforum Extension)

WebUI: Installation

1. Open a terminal

image.png

2. Run the following commands in terminal in this order:

Download the stable-diffusion-webui repository

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git

Change directory and navigate to the Stable Diffusion folder

cd stable-diffusion-webui/models/Stable-diffusion
3. Download a Stable Diffusion Model from KISD Model Zoo

Downloading ONE version is enough to get you started.

Stable Diffusion v-2-1 512x512 (base)

wget --no-check-certificate --content-disposition https://th-koeln.sciebo.de/s/Kpgz0TueJYcjY4t/download -O v2-1_512-ema-pruned.ckpt

Stable Diffusion v-2-1 768x768

wget --no-check-certificate --content-disposition https://th-koeln.sciebo.de/s/m3PhfQtlmYOlEUI/download -O v2-1_768-ema-pruned.ckpt
4. Change access rights of file webui.sh

Return back to home directory 

cd

Change directory and navigate to the stable-diffusion-webui folder

cd stable-diffusion-webui

Run this command to assign execution rights

chmod +x webui.sh

Optional: Install Deforum Extension

5. Run webui.sh
./webui.sh --share
6. In the terminal code, search for the public URL (Running on public URL: https:// xxxxxxx-xxxx-xxxx-.gradio.live) and copy it to your browser
7. At end of use: Within the interface, go to File > Hub Control Panel > Stop My Server


Deforum Extention: Installation

1. Open a terminal & navigate to the stable-diffusion-webui folder
cd stable-diffusion-webui
2. Download the Deforum repository
git clone https://github.com/deforum-art/deforum-for-automatic1111-webui/ extensions/deforum

Tutorial recommendation: Deforum Settings Explained - Part 1 Stable Diffusion Automatic 1111


Running Stable Diffusion WebUI

1. Open a terminal & navigate to the stable-diffusion-webui folder
cd stable-diffusion-webui
2. Run webui.sh 
./webui.sh --share
3. In the terminal code, search for the public URL (Running on public URL: https:// xxxxxxx-xxxx-xxxx-.gradio.live) and copy it to your browser
4. At end of use: Within the interface, go to File > Hub Control Panel > Stop My Server

Tutorial recommendation: Stable diffusion tutorial. ULTIMATE guide - everything you need to know!



Please Note: The original version of this book was created by Laura Wagner. This is merely an update of her work!