mrdoerp

Results 6 comments of mrdoerp

Same issue here, GPU isn't used. Followed the guide (https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) on my Ubuntu 20.04.1 LTS, graphics card: AMD RX 5700 XT. Also added _--skip-torch-cuda-test into COMMANDLINE_ARGS_ to get it going....

> @Veyrdite Have you tried deleting `venv` dir and reinstalling with `HSA_OVERRIDE_GFX_VERSION=10.3.0`? Also, running it inside docker might solve the issue with No HIP GPUs are available. I managed to...

> > But tried to follow [#1122 (comment)](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1122#issuecomment-1261334452) but also get an error in the last step for amdgpu-install > > That seems like a very convoluted way of solving...

> > The following packages have unmet dependencies: > > rocm-hip-runtime : Depends: rocminfo (= 1.0.0.50200-65) but 5.0.0-1 is to be installed > > E: Unable to correct problems, you...

I successfully installed the GPU drivers now following https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1122#issuecomment-1261334452. Last time i forgot to install libstd++-10-dev (hint for this is found in the dummy packages links..) which seems to be...

> @mrdoerp That guide specifies the "amdgpu-pro" (proprietary) drivers instead of "amdgpu" (open source). > > Does that mean the proprietary AMD drivers are a requirement of this project if...