-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
[Bug]: Don't start in RX 7600 (Linux) #12409
Comments
so,you can run with override command? |
can you join my AIT test?it can provide 170% speed |
Yep, I can assure you that with HSA override this works perfectly. Without HSA override, the server crashes due to segfaut. Regarding "AIT test", I will not cooperate, as I don't know you and I have no reference as to who you are, but assuming good intentions, I thank you in the same way. |
nothing |
what did you do?i can't start |
I got it working successfully with this command:
You also can, in another alternative, export HSA_OVERRIDE_GFX_VERSION=11.0.0 to environment variables. |
what rocm and pytorch version?i stuck on Creating model from config: /home/beforespace/stable-diffusion-webui/configs/v1-inference.yaml |
Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
From what I read in the webui.sh source code, the Torch version for Navi 3 is this: |
i tested,no effect |
i think is about pytorch 2.2 update? |
I managed to make it work on RX7600 XT with:
Going to make a pull request to fix this in webui.sh |
Is there an existing issue for this?
What happened?
Without set HSA_OVERRIDE_GFX_VERSION=11.0.0, this program doesn't start on my RX 7600.
I could solve this adding this variable, then I suggest to add this in webui.sh
Steps to reproduce the problem
bash webui.sh
What should have happened?
Missing setting HSA_OVERRIDE_GFX_VERSION=11.0.0 in source code conditionals of webui.sh.
Version or Commit where the problem happens
1.5.1
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Linux
What device are you running WebUI on?
AMD GPUs (RX 6000 above)
Cross attention optimization
Automatic
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
`HSA_OVERRIDE_GFX_VERSION=11.0.0 bash webui.sh` to solve this problem.
List of extensions
None
Console logs
Additional information
I think this bug report didn't need so many fields.
The text was updated successfully, but these errors were encountered: