Update readme.

This commit is contained in:
comfyanonymous 2024-11-20 20:42:51 -05:00
parent 07f6eeaa13
commit 772e620e32
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ Put your VAE in: models/vae
### AMD GPUs (Linux only)
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:
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.1```
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2```
This is the command to install the nightly with ROCm 6.2 which might have some performance improvements: