aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-06 03:25:35 +0000
committerGitHub <noreply@github.com>2023-08-06 03:25:35 +0000
commitee75416e3e9832d8fcd70cddace3050ec29c81d9 (patch)
tree78f1f2a5a3cf698fac51a661f3705b0415bee20c /README.md
parentf18a03219039ebaa48ce96adc5b50e0e5ed5d84f (diff)
parentd86d12e9117772f041682124badc7baac7c57911 (diff)
downloadstable-diffusion-webui-gfx803-ee75416e3e9832d8fcd70cddace3050ec29c81d9.tar.gz
stable-diffusion-webui-gfx803-ee75416e3e9832d8fcd70cddace3050ec29c81d9.tar.bz2
stable-diffusion-webui-gfx803-ee75416e3e9832d8fcd70cddace3050ec29c81d9.zip
Merge branch 'dev' into fix/s-noise
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2fd6e425..940176d0 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ Alternatively, use online services (like Google Colab):
1. Install the dependencies:
```bash
# Debian-based:
-sudo apt install wget git python3 python3-venv
+sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0
# Red Hat-based:
sudo dnf install wget git python3
# Arch-based:
@@ -123,7 +123,7 @@ sudo pacman -S wget git python3
```
2. Navigate to the directory you would like the webui to be installed and execute the following command:
```bash
-bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
+wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
```
3. Run `webui.sh`.
4. Check `webui-user.sh` for options.