Guide for Radeon VII on Ubuntu and Arch linux #14317
Replies: 2 comments 2 replies
-
@DenVorn I have an REPO that solves AMD ROCm RDNA2 & 3 problems with docker containers on linux |
Beta Was this translation helpful? Give feedback.
-
I think intel ARC GPU's facing problems like AMD on iA thinkgs, hope they keep pushing |
Beta Was this translation helpful? Give feedback.
-
I'm quite new to this repo but I have since last week struggled to get my Radeon VII to work with stable diffusion. Now that I have found a guide that works both on Ubuntu and Arch Linux I figured I should make a post here for anyone in the same situation.
Use the guide below to install on Ubuntu. If you're on Arch you have to install the python310 and opencl-amd packages from AUR and skip to the installation part of the guide, remember to replace python3 with python3.10 when creating venv to use the python310 package.
https://are-we-gfx1100-yet.github.io/post/a1111-webui/#the-easy-approach
You may also need to use the nightly rocm5.7 version of pytorch instead of rocm5.6 depending on your distro.
https://pytorch.org/
You should also apply this fix, if you're getting "ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'".
#13985 (comment)
Beta Was this translation helpful? Give feedback.
All reactions