diff options
author | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-08-06 03:37:38 +0000 |
---|---|---|
committer | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-08-06 03:37:38 +0000 |
commit | 1e8482356ca08db520da3486021e62f91180cf68 (patch) | |
tree | 624b9350a09ff0447e4bfd8c9f8bad8503a0e33d /README.md | |
parent | 31506f07718803190e67cbbd8180af313d9e2a08 (diff) | |
parent | ee96a6a58852e6db30afac129570efb88e991957 (diff) | |
download | stable-diffusion-webui-gfx803-1e8482356ca08db520da3486021e62f91180cf68.tar.gz stable-diffusion-webui-gfx803-1e8482356ca08db520da3486021e62f91180cf68.tar.bz2 stable-diffusion-webui-gfx803-1e8482356ca08db520da3486021e62f91180cf68.zip |
Merge branch 'dev' into sigma-infotext
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.
|