Skip to main content

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

#### WebUI: Installation

**1\. Open a Terminal**

[![image.png](https://wiki.kisdtegg.de/uploads/images/gallery/2023-01/scaled-1680-/rp2image.png)](https://wiki.kisdtegg.de/uploads/images/gallery/2023-01/rp2image.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](https://wiki.kisdtegg.de/books/model-zoo/page/stable-diffusion)

_Choose one Version..._

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
```

**5\. (Optional: Install Deforum Extention)

**6\. Run _webui.sh_ 
```
./webui.sh --share
```
**7\. Search for "Running on public URL: https:// xxxxxxx-xxxx-xxxx-.gradio.live" in the code and click on the link


#### 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
```


#### Using Stable Diffusion WebUI at home

**1\. Open a terminal & navigate to the stable-diffusion-webui folder**
```
cd stable-diffusion-webui
```
**2\. Run _webui.sh_ 
```
./webui.sh --share
```
**3\. Search for "Running on public URL: https:// xxxxxxx-xxxx-xxxx-.gradio.live" in the code and click on the link