How to fix "MIOpen(HIP): Warning [SQLiteBase] Missing system database file" #6852
Replies: 3 comments 1 reply
-
This warning is gone thanks to your workaround.
My environment:
|
Beta Was this translation helpful? Give feedback.
-
it works, but i cannot see my progressbar anymore in the console, there are thousands of MI open INFOS |
Beta Was this translation helpful? Give feedback.
-
This issue went away once I upgraded my Torch. |
Beta Was this translation helpful? Give feedback.
-
If you use Arch Linux with Arch4edu you need to: (I haven't tested it on any other distro than Arch or/and without Arch4edu)
-install the
miopen-hip
package-go to
/opt/rocm/lib/
-copy
libMIOpen.so.1.0
-paste it to
stable-diffusion-webui/venv/lib/python3.10/site-packages/torch/lib/
(or your global python site-package if you don't use a venv)-rename or delete the already present
libMIOpen.so
-And rename
libMIOpen.so.1.0
tolibMIOpen.so
-Relaunch webui
-generate an image
-Relaunch webui
This should make this error message disappear and make first generation way faster.
Thank you to arenatemp for this advice ROCm/MIOpen#1930 (comment)
Beta Was this translation helpful? Give feedback.
All reactions