aboutsummaryrefslogtreecommitdiffstats
path: root/webui.sh
diff options
context:
space:
mode:
authorDaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com>2023-01-19 23:21:05 +0000
committerGitHub <noreply@github.com>2023-01-19 23:21:05 +0000
commit0684a6819dfaec40732271ca5ef32392c36f17ba (patch)
tree2bc00ef160340d6b097b808def83a2863c80b7f5 /webui.sh
parentbc9442d1ecc6804b7009a1320e6f68a9cf515ef0 (diff)
downloadstable-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-xwebui.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/webui.sh b/webui.sh
index 27933c04..4da51880 100755
--- a/webui.sh
+++ b/webui.sh
@@ -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}"
;;
*)
;;