-
Context / GoalI have the Framework Laptop 16 with the RX 7700S (gfx1102) and would like to use the Stable Diffusion Web UI on Fedora 40. What I've doneThis is one example of what I tried:
Error messagesThese are the error messages the webui script is showing at the end (this is when I tried Python venv instead of Miniconda but the result is the same):
How to interpret this?As I understand it, the last error messages mean that the needed gfx1102 Tensile library has not been found. According to https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html , there seems to be no official AMD ROCm support for my GPU yet. But many people are also using e.g. their RX 6900XT which also does not appear in that list but which features a compatible library (gfx1030). Other attemptsI have also tried several other things mentioned in tutorials with similar steps, e.g.:
Remaining cluelessSo, what I’m asking myself (and now you :-) ) at this point is:
I am really very grateful for any help. Maybe it's just a step I did wrong or overlooked. Maybe you're telling me that it's just not working on my system because ROCm or Stable Diffusion or rocBLAS or whatever doesn't support my GPU yet. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I finally got it working! I created a new Python 3.10 venv and followed the steps described above, but...
Thank you, also just for reading my post. I'm glad it's working now. |
Beta Was this translation helpful? Give feedback.
I finally got it working!
I created a new Python 3.10 venv and followed the steps described above, but...