Pytorch2 works fine on AMD, at least on a RX 6800 #9951
Replies: 4 comments 13 replies
-
Funny enough, that is exactly the same thing I had to go through. Installed, removed and reinstalled rocm torch and set —no-half-vae. I’ve been running 2.0 for weeks with no issues, I’ve run a ton of models and vaes with no issues. So far the people who’ve reported issues seem to have 5000 series cards. I have a 6700 xt for reference. |
Beta Was this translation helpful? Give feedback.
-
RX 6650XT needs |
Beta Was this translation helpful? Give feedback.
-
GPU: AMD ATI Radeon RX 5600 OEM/5600 XT / 5700/5700 XT |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I saw a list of upcoming changes to this webUI ans one of them caught my eye:
"switch to torch 2.0.0 (except for AMD GPUs)"
What would be the reason for this?
Because I have Pytorch 2.0.0+rocm5.4.2 working fine on my RX 6800. Only trouble I had getting it working was that the initial install script replaced that version of pytorch with the nvidia/cuda-specific version in the venv. After uninstalling and installing the rocm version in it's place inside the venv it works at arounf 7 I/s on 512v512, only needing the --no-half-vae option.
If it's for broader compatibility then sure, but all AMDs only working on a specific version combination of rocm and pytorch is old news.
Beta Was this translation helpful? Give feedback.
All reactions