diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-06 03:05:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-06 03:05:28 +0000 |
commit | dd1e2726f318b81ed99999928c75ded472276cd1 (patch) | |
tree | 50f297397465d81b9fe4bedb4c75ebf4e7418ee8 /README.md | |
parent | 9cbde6c9fdd8732a403c75bfd20a24c9f8a94452 (diff) | |
parent | b315c207564a950d3ff846385ebae288352af8f8 (diff) | |
download | stable-diffusion-webui-gfx803-dd1e2726f318b81ed99999928c75ded472276cd1.tar.gz stable-diffusion-webui-gfx803-dd1e2726f318b81ed99999928c75ded472276cd1.tar.bz2 stable-diffusion-webui-gfx803-dd1e2726f318b81ed99999928c75ded472276cd1.zip |
Merge pull request #12352 from bannsec/bannsec-patch-1
Update README.md
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.
|