-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document NixOS system requirements? #2
Comments
Myself and @max-privatevoid do not own a wide range of hardware to test this on, so it's likely you've actually just ran into a legitimate issue that we need to fix and document, you may need to help us out here! |
Hi there, the AMD version has some quirks right now as ROCm sadly isn't as well-supported as CUDA in the ML world in general. The error you're seeing should be resolved by setting an environment variable:
This tells ROCm to also consider "unsupported" GPUs as acceptable. This makes the project work on my RX 5500 XT. The other thing you'll need to be doing is putting libdrm into a place where the torch binary can pick it up. It should be located at
In the future, we'll hopefully have the package patched properly so these hacks aren't necessary anymore. |
I can confirm, with I fell into another error: |
Hi, thanks so much for your work! I'm very excited to see this come together.
I'm getting started with this (and stable diffusion in general) and I'm running into some problems, when I run with
invokeai-amd
I get the following error:I've gone through the steps in https://nixos.wiki/wiki/AMD_GPU for both the
HIP
section andOpenCL
and I get output for my graphics card when I runrocminfo
.I'm wonder if I need something like https://github.com/nixos-rocm/nixos-rocm to make this work, or what other steps are necessary to get this running on a NixOS system?
Thanks again!
The text was updated successfully, but these errors were encountered: