aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com>2023-01-14 14:58:50 +0000
committerGitHub <noreply@github.com>2023-01-14 14:58:50 +0000
commitc4ba34928ec7f977585494f0fa5925496c887698 (patch)
tree638bd71a9cbad331df7f4bc8afb278c15d0679e4
parent6192a222bf7131771a2cd7655a64a5b24a1e6e2e (diff)
downloadstable-diffusion-webui-gfx803-c4ba34928ec7f977585494f0fa5925496c887698.tar.gz
stable-diffusion-webui-gfx803-c4ba34928ec7f977585494f0fa5925496c887698.tar.bz2
stable-diffusion-webui-gfx803-c4ba34928ec7f977585494f0fa5925496c887698.zip
Quick format fix
-rwxr-xr-xwebui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.sh b/webui.sh
index 35f52f2a..fcba6b7d 100755
--- a/webui.sh
+++ b/webui.sh
@@ -168,7 +168,7 @@ else
gpu_info=$(lspci | grep VGA)
if echo "$gpu_info" | grep -q "AMD"
then
- export TORCH_COMMAND="pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.2"
+ export TORCH_COMMAND="pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.2"
HSA_OVERRIDE_GFX_VERSION=10.3.0 exec "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
else
exec "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"