hydrian / stable-diffusion-webui-rocm

A stable diffusion webui configuration for AMD ROCm
GNU General Public License v2.0
21 stars 4 forks source link

"/dev/kfd": no such file or directory #17

Open f1am3d opened 1 year ago

f1am3d commented 1 year ago

Describe the bug Error response from daemon: error gathering device information while adding custom device "/dev/kfd": no such file or directory

To Reproduce Steps to reproduce the behavior:

  1. Run command docker-compose up

Container Output N/A

Desktop (please complete the following information):

hydrian commented 1 year ago

The /dev/kfd device file is created when ROCm is installed and the module is loaded correctly on the docker host. If the device is not showing up, you probably need to look at your host's ROCm install.

f1am3d commented 1 year ago

@hydrian I have installed ROCm 5.5 from the official source: https://www.amd.com/en/developer/rocm-hub/hip-sdk.html

image

This means everything is okay with my installation, but not with code of this repo.