diff options
author | DaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com> | 2023-01-19 23:21:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 23:21:05 +0000 |
commit | 0684a6819dfaec40732271ca5ef32392c36f17ba (patch) | |
tree | 2bc00ef160340d6b097b808def83a2863c80b7f5 /webui.sh | |
parent | bc9442d1ecc6804b7009a1320e6f68a9cf515ef0 (diff) | |
download | stable-diffusion-webui-gfx803-0684a6819dfaec40732271ca5ef32392c36f17ba.tar.gz stable-diffusion-webui-gfx803-0684a6819dfaec40732271ca5ef32392c36f17ba.tar.bz2 stable-diffusion-webui-gfx803-0684a6819dfaec40732271ca5ef32392c36f17ba.zip |
Usage explanation for Renoir users
Diffstat (limited to 'webui.sh')
-rwxr-xr-x | webui.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ case "$gpu_info" in *"Navi 1"*|*"Navi 2"*) export HSA_OVERRIDE_GFX_VERSION=10.3.0 ;; *"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}" ;; *) ;; |