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
+6 -1
View File
@@ -162,7 +162,12 @@ Or if you want to open a remote port, use
### Linux (AMD GPUs) ### 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) ### Mac/Windows(AMD GPUs)