diff options
author | DaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com> | 2023-01-19 23:21:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 23:21:51 +0000 |
commit | fd651bd0bcceb4c746c86b202702bca029cbd6db (patch) | |
tree | 22b5b259328b7da3bf426bb633ce177421f00192 /webui.sh | |
parent | 0684a6819dfaec40732271ca5ef32392c36f17ba (diff) | |
download | stable-diffusion-webui-gfx803-fd651bd0bcceb4c746c86b202702bca029cbd6db.tar.gz stable-diffusion-webui-gfx803-fd651bd0bcceb4c746c86b202702bca029cbd6db.tar.bz2 stable-diffusion-webui-gfx803-fd651bd0bcceb4c746c86b202702bca029cbd6db.zip |
Update webui.sh
Diffstat (limited to 'webui.sh')
-rwxr-xr-x | webui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -110,8 +110,8 @@ case "$gpu_info" in ;; *"Renoir"*) export HSA_OVERRIDE_GFX_VERSION=9.0.0 printf "\n%s\n" "${delimiter}" - printf "Make sure to have at least 4GB of VRAM and 10GB of RAM or enable cpu mode: --use-cpu all --no-half" - printf "\n%s\n" "${delimiter}" + printf "Make sure to have at least 4GB of VRAM and 10GB of RAM or enable cpu mode: --use-cpu all --no-half" + printf "\n%s\n" "${delimiter}" ;; *) ;; |