diff options
author | DaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com> | 2023-01-20 14:31:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 14:31:27 +0000 |
commit | e0b6092bc99efe311261a51289dec67cbf4845bc (patch) | |
tree | 7a85ed652b0478c363e3a754bf21cd3900feba30 | |
parent | fd651bd0bcceb4c746c86b202702bca029cbd6db (diff) | |
download | stable-diffusion-webui-gfx803-e0b6092bc99efe311261a51289dec67cbf4845bc.tar.gz stable-diffusion-webui-gfx803-e0b6092bc99efe311261a51289dec67cbf4845bc.tar.bz2 stable-diffusion-webui-gfx803-e0b6092bc99efe311261a51289dec67cbf4845bc.zip |
Update webui.sh
-rwxr-xr-x | webui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" ;; *) |