This works on AMD GPU's too! #482
tacitus-git
started this conversation in
General
Replies: 1 comment
-
Thank you for the hands-on experience you provided! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this working using an AMD RX 6800XT GPU. Linux is required, however, because Rocm is not available for windows. Follow all the instructions given to install LivePortrait except use the following command instead to install PyTorch:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4
Hope this helps someone
Beta Was this translation helpful? Give feedback.
All reactions