mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
pytorch nightly is now ROCm 5.7
This commit is contained in:
parent
ec454c771b
commit
fe1e2dbe90
@ -1,6 +1,6 @@
|
|||||||
ComfyUI
|
ComfyUI
|
||||||
=======
|
=======
|
||||||
A powerful and modular stable diffusion GUI and backend.
|
The most powerful and modular stable diffusion GUI and backend.
|
||||||
-----------
|
-----------
|
||||||

|

|
||||||
|
|
||||||
@ -94,8 +94,8 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
|
|||||||
|
|
||||||
```pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.4.2```
|
```pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.4.2```
|
||||||
|
|
||||||
This is the command to install the nightly with ROCm 5.6 that supports the 7000 series and might have some performance improvements:
|
This is the command to install the nightly with ROCm 5.7 that supports the 7000 series and might have some performance improvements:
|
||||||
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.6```
|
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.7```
|
||||||
|
|
||||||
### NVIDIA
|
### NVIDIA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user