diff options
author | ParityError <36368048+ParityError@users.noreply.github.com> | 2023-03-29 01:34:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 01:34:02 +0000 |
commit | f867d7b429d23f8fb82a979c22ba6c90955e0842 (patch) | |
tree | 6bf7d4c92d00d8871acf2a46f3a477893cbb09a6 /README.md | |
parent | f69acfe9a4c09a5c2299e0cc2d5bdcd7a6e62285 (diff) | |
download | stable-diffusion-webui-gfx803-f867d7b429d23f8fb82a979c22ba6c90955e0842.tar.gz stable-diffusion-webui-gfx803-f867d7b429d23f8fb82a979c22ba6c90955e0842.tar.bz2 stable-diffusion-webui-gfx803-f867d7b429d23f8fb82a979c22ba6c90955e0842.zip |
Update README.md
Updated to reflect change in webui.sh, so that the installation directory is not absolute (/home/user).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,7 +115,7 @@ sudo dnf install wget git python3 # Arch-based:
sudo pacman -S wget git python3
```
-2. To install in `/home/$(whoami)/stable-diffusion-webui/`, run:
+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)
```
@@ -158,4 +158,4 @@ Licenses for borrowed code can be found in `Settings -> Licenses` screen, and al - Security advice - RyotaK
- UniPC sampler - Wenliang Zhao - https://github.com/wl-zhao/UniPC
- Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user.
-- (You)
\ No newline at end of file +- (You)
|