File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Put your VAE in: models/vae
203203### AMD GPUs (Linux only)
204204AMD users can install rocm and pytorch with pip if you don't have it already installed, this is the command to install the stable version:
205205
206- ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3 ```
206+ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4 ```
207207
208208This is the command to install the nightly with ROCm 6.4 which might have some performance improvements:
209209
@@ -237,7 +237,7 @@ Additional discussion and help can be found [here](https://github.com/comfyanony
237237
238238Nvidia users should install stable pytorch using this command:
239239
240- ``` pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu128 ```
240+ ``` pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu129 ```
241241
242242This is the command to install pytorch nightly instead which might have performance improvements.
243243
You can’t perform that action at this time.
0 commit comments