Update readme.md (#606)

This commit is contained in:
lllyasviel 2023-10-09 15:20:00 -07:00 committed by GitHub
parent 53967f23d0
commit 7cbfb1bc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -162,7 +162,12 @@ Or if you want to open a remote port, use
### Linux (AMD GPUs)
Same with the above instructions. Not intensively tested, however.
Same with the above instructions. You need to change torch to AMD version
pip uninstall torch torchvision torchaudio torchtext functorch xformers
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6
AMD is not intensively tested, however.
### Mac/Windows(AMD GPUs)