aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeinsezii <beinsezii@gmail.com>2023-08-31 22:03:08 +0000
committerBeinsezii <beinsezii@gmail.com>2023-08-31 22:03:08 +0000
commit737a013377dd698e620f39e405594f7688656af0 (patch)
treee4d6d81a73aaf6559f7365cd0d68f82f86383c6b
parentd39440bfb9d3b20338fc23a78e6655b1e2f7c1d5 (diff)
downloadstable-diffusion-webui-gfx803-737a013377dd698e620f39e405594f7688656af0.tar.gz
stable-diffusion-webui-gfx803-737a013377dd698e620f39e405594f7688656af0.tar.bz2
stable-diffusion-webui-gfx803-737a013377dd698e620f39e405594f7688656af0.zip
WEBUI.SH Navi 3 torch 2.1.0 rc instead of nightly
With the release candidates being out for both torch and vision, webui should default to these over nightly for a more stable experience. Stable release isn't excpected until October 4th: https://dev-discuss.pytorch.org/c/release-announcements/27
-rwxr-xr-xwebui.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/webui.sh b/webui.sh
index 3d0f87ee..29a6d311 100755
--- a/webui.sh
+++ b/webui.sh
@@ -141,9 +141,8 @@ case "$gpu_info" in
*"Navi 2"*) export HSA_OVERRIDE_GFX_VERSION=10.3.0
;;
*"Navi 3"*) [[ -z "${TORCH_COMMAND}" ]] && \
- export TORCH_COMMAND="pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm5.6"
- # Navi 3 needs at least 5.5 which is only on the nightly chain, previous versions are no longer online (torch==2.1.0.dev-20230614+rocm5.5 torchvision==0.16.0.dev-20230614+rocm5.5 torchaudio==2.1.0.dev-20230614+rocm5.5)
- # so switch to nightly rocm5.6 without explicit versions this time
+ export TORCH_COMMAND="pip install torch torchvision --index-url https://download.pytorch.org/whl/test/rocm5.6"
+ # Navi 3 needs at least 5.5 which is only on the torch 2.1.0 release candidates right now
;;
*"Renoir"*) export HSA_OVERRIDE_GFX_VERSION=9.0.0
printf "\n%s\n" "${delimiter}"