diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-04-29 10:02:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 10:02:00 +0000 |
commit | 1ffb44b0b2c9cb5fb379274515772741a9c1dbaf (patch) | |
tree | 04386811ecd778e79d11971e1dc1a5732e064e79 /README.md | |
parent | e847df7ee937c41d2d8e9ad586570637b69a9e00 (diff) | |
parent | 8af4b3bbe46dcb7f701d3650b6e4d31d6dd268a7 (diff) | |
download | stable-diffusion-webui-gfx803-1ffb44b0b2c9cb5fb379274515772741a9c1dbaf.tar.gz stable-diffusion-webui-gfx803-1ffb44b0b2c9cb5fb379274515772741a9c1dbaf.tar.bz2 stable-diffusion-webui-gfx803-1ffb44b0b2c9cb5fb379274515772741a9c1dbaf.zip |
Merge pull request #9593 from gakada/tcmalloc
Try using TCMalloc on Linux by default
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ sudo pacman -S wget git python3 bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
```
3. Run `webui.sh`.
+4. Check `webui-user.sh` for options.
### Installation on Apple Silicon
Find the instructions [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon).
|