12
Guide to installing SDXL locally on Fedora with an AMD system...?
(programming.dev)
Discuss matters related to our favourite AI Art generation technology
What GPU do you have? Rocm only runs on certain AMD GPUs if I remember correctly.
I have a 7900 xtx. I'm such a noob at this. What actually is the Rocm?
Rocm is the Radeon Open Compute ... Something begining with m. It's the libraries that AMD write to divert workloads to your GPU.
I have a 7600 and I'm finding things a bit bleeding edge (on Linux). I highly recommend making sure you're on the latest 7.6.1 of Rocm and make sure the version of pytorch you're using is a recent nightly that uses 7.6. earlier versions didn't support the 7xxx series.
If you're on windows, I think thinks can work differently.