diff options
author | space-nuko <24979496+space-nuko@users.noreply.github.com> | 2023-03-11 00:42:46 +0000 |
---|---|---|
committer | space-nuko <24979496+space-nuko@users.noreply.github.com> | 2023-03-11 00:42:46 +0000 |
commit | ac38ad7e60bb0ff3194536a72dd1259edad0b30a (patch) | |
tree | 7bd8f6611874a833298c77dc8528f569338f373e /README.md | |
parent | 716a69237cefb385f71105dbbf50e92d664e0f42 (diff) | |
parent | 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8 (diff) | |
download | stable-diffusion-webui-gfx803-ac38ad7e60bb0ff3194536a72dd1259edad0b30a.tar.gz stable-diffusion-webui-gfx803-ac38ad7e60bb0ff3194536a72dd1259edad0b30a.tar.bz2 stable-diffusion-webui-gfx803-ac38ad7e60bb0ff3194536a72dd1259edad0b30a.zip |
Merge remote-tracking branch 'origin/master' into unipc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -104,8 +104,7 @@ Alternatively, use online services (like Google Colab): 1. Install [Python 3.10.6](https://www.python.org/downloads/windows/), checking "Add Python to PATH"
2. Install [git](https://git-scm.com/download/win).
3. Download the stable-diffusion-webui repository, for example by running `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git`.
-4. Place stable diffusion checkpoint (`model.ckpt`) in the `models/Stable-diffusion` directory (see [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) for where to get it).
-5. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user.
+4. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user.
### Automatic Installation on Linux
1. Install the dependencies:
@@ -121,7 +120,7 @@ sudo pacman -S wget git python3 ```bash
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
```
-
+3. Run `webui.sh`.
### Installation on Apple Silicon
Find the instructions [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon).
|