You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! So I'm new to all of this, I'm pretty much a noob in all of this (I don't know about coding or python, I just like to use Stable Diffusion for personal stuff like private characters and such so I learned VERY basic stuff).
I tried downloading Automatic1111 webui, but my internet is so slow that the download restarts every time, eventually I got tired of trying and ended up installing SEAIT so I could install an alternative fork of Auto1111, which I did... But it ended up using only my CPU to generate images because my GPU is an old AMD graphics card with 2GB of vram. Yes, I know Stable Diffusion needs at least 8gb of vram, but I tried it on another computer with only 2vram and it worked. It was kinda slow, but it did it's job well, that's enough for me.
Then I installed the lastest drivers for my graphics card (AMD Radeon HD 6450) and downloaded SHARK, but when I tried to run it, this error popped in my console:
Traceback (most recent call last): File "index.py", line 97, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module File "ui\__init__.py", line 1, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module File "ui\txt2img_ui.py", line 11, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module File "ui\utils.py", line 173, in <module> File "apps\stable_diffusion\src\utils\utils.py", line 490, in get_available_devices File "shark\iree_utils\vulkan_utils.py", line 30, in get_all_vulkan_devices File "iree\runtime\system_setup.py", line 30, in get_driver RuntimeError: Error creating driver: C:\actions-runner\w\SRT\SRT\c\runtime\src\iree\hal\drivers\vulkan\dynamic_symbols.cc:168: UNAVAILABLE; Vulkan runtime library not available; ensure installed and on path [7212] Failed to execute script 'index' due to unhandled exception!
So, what can I do to make it work? Again, I'm really a noob with all this stuff, I don't really know what the problem is...
Also, I searched for similar discussions, but none of them were helpful to me, sadly. :(
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! So I'm new to all of this, I'm pretty much a noob in all of this (I don't know about coding or python, I just like to use Stable Diffusion for personal stuff like private characters and such so I learned VERY basic stuff).
I tried downloading Automatic1111 webui, but my internet is so slow that the download restarts every time, eventually I got tired of trying and ended up installing SEAIT so I could install an alternative fork of Auto1111, which I did... But it ended up using only my CPU to generate images because my GPU is an old AMD graphics card with 2GB of vram. Yes, I know Stable Diffusion needs at least 8gb of vram, but I tried it on another computer with only 2vram and it worked. It was kinda slow, but it did it's job well, that's enough for me.
Then I installed the lastest drivers for my graphics card (AMD Radeon HD 6450) and downloaded SHARK, but when I tried to run it, this error popped in my console:
Traceback (most recent call last): File "index.py", line 97, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module File "ui\__init__.py", line 1, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module File "ui\txt2img_ui.py", line 11, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module File "ui\utils.py", line 173, in <module> File "apps\stable_diffusion\src\utils\utils.py", line 490, in get_available_devices File "shark\iree_utils\vulkan_utils.py", line 30, in get_all_vulkan_devices File "iree\runtime\system_setup.py", line 30, in get_driver RuntimeError: Error creating driver: C:\actions-runner\w\SRT\SRT\c\runtime\src\iree\hal\drivers\vulkan\dynamic_symbols.cc:168: UNAVAILABLE; Vulkan runtime library not available; ensure installed and on path [7212] Failed to execute script 'index' due to unhandled exception!
So, what can I do to make it work? Again, I'm really a noob with all this stuff, I don't really know what the problem is...
Also, I searched for similar discussions, but none of them were helpful to me, sadly. :(
Beta Was this translation helpful? Give feedback.
All reactions