Skip to content

Commit e930a38

Browse files
Update AMD instructions in README. (Comfy-Org#8198)
1 parent d8e5662 commit e930a38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ Put your VAE in: models/vae
197197
### AMD GPUs (Linux only)
198198
AMD 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:
199199

200-
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4```
200+
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3```
201201

202202
This is the command to install the nightly with ROCm 6.3 which might have some performance improvements:
203203

204-
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3```
204+
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4```
205205

206206
### Intel GPUs (Windows and Linux)
207207

0 commit comments

Comments
 (0)