From 4fe56de990bd69e5b5df94fe0fbbabc5d6a315cf Mon Sep 17 00:00:00 2001 From: ducoterra Date: Tue, 14 Oct 2025 12:37:33 -0400 Subject: [PATCH] update pytorch versions required by stable diffusion webui forge --- active/systemd_stablediffusion/stablediffusion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/active/systemd_stablediffusion/stablediffusion.md b/active/systemd_stablediffusion/stablediffusion.md index 06123ba..ed41757 100644 --- a/active/systemd_stablediffusion/stablediffusion.md +++ b/active/systemd_stablediffusion/stablediffusion.md @@ -48,8 +48,8 @@ source venv/bin/activate # Check https://download.pytorch.org/whl/torchvision/ for torchvision # Specifically you want the "rocm" versions for AMD # Just copy the "torch-2.6.0.dev20241205+rocm6.2.4" part -pip install torch==2.8.0.dev20250520+rocm6.4 --index-url https://download.pytorch.org/whl/nightly -pip install torchvision==0.22.0.dev20250520+rocm6.4 --index-url https://download.pytorch.org/whl/nightly +pip install torch==2.10.0.dev20251006+rocm6.4 --index-url https://download.pytorch.org/whl/nightly +pip install torchvision==0.25.0.dev20251005+rocm6.4 --index-url https://download.pytorch.org/whl/nightly ./webui.sh ```