aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com>2023-01-20 14:31:27 +0000
committerGitHub <noreply@github.com>2023-01-20 14:31:27 +0000
commite0b6092bc99efe311261a51289dec67cbf4845bc (patch)
tree7a85ed652b0478c363e3a754bf21cd3900feba30
parentfd651bd0bcceb4c746c86b202702bca029cbd6db (diff)
downloadstable-diffusion-webui-gfx803-e0b6092bc99efe311261a51289dec67cbf4845bc.tar.gz
stable-diffusion-webui-gfx803-e0b6092bc99efe311261a51289dec67cbf4845bc.tar.bz2
stable-diffusion-webui-gfx803-e0b6092bc99efe311261a51289dec67cbf4845bc.zip
Update webui.sh
-rwxr-xr-xwebui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.sh b/webui.sh
index d5e7b3c5..8cdad22d 100755
--- a/webui.sh
+++ b/webui.sh
@@ -110,7 +110,7 @@ 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 "Experimental support for Renoir: 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}"
;;
*)