update pytorch versions required by stable diffusion webui forge
This commit is contained in:
@@ -48,8 +48,8 @@ source venv/bin/activate
|
|||||||
# Check https://download.pytorch.org/whl/torchvision/ for torchvision
|
# Check https://download.pytorch.org/whl/torchvision/ for torchvision
|
||||||
# Specifically you want the "rocm" versions for AMD
|
# Specifically you want the "rocm" versions for AMD
|
||||||
# Just copy the "torch-2.6.0.dev20241205+rocm6.2.4" part
|
# 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 torch==2.10.0.dev20251006+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 torchvision==0.25.0.dev20251005+rocm6.4 --index-url https://download.pytorch.org/whl/nightly
|
||||||
|
|
||||||
./webui.sh
|
./webui.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user