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
Gelbooru prompt extension failed to load on my stable diffusion webui every time (v1.9.3)
I tried to install it in every way I know; manually, install from URL and Stability Matrix's extension list, Always the same error.
There's the console error message :
*** Error loading script: gelbooru_prompt.py
Traceback (most recent call last):
File "G:\Stability Matrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 508, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "G:\Stability Matrix\Data\Packages\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "G:\Stability Matrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-gelbooru-prompt\scripts\gelbooru_prompt.py", line 11, in
import bs4
ModuleNotFoundError: No module named 'bs4
The text was updated successfully, but these errors were encountered:
Go the root folder where your SD tool is, like E:\Stability Matrix\Data\Packages\Stable Diffusion WebUI Forge, it should have the VENV folder in it.
Open a CMD in that folder and type: venv/\Scripts\activate
When you see: (base) (venv) PS E:\Stability Matrix\Data\Packages\Stable Diffusion WebUI Forge>, you know it is working.
Next step is: pip install BeautifulSoup4
Once you have done it, it should run.
Gelbooru prompt extension failed to load on my stable diffusion webui every time (v1.9.3)
I tried to install it in every way I know; manually, install from URL and Stability Matrix's extension list, Always the same error.
There's the console error message :
*** Error loading script: gelbooru_prompt.py
Traceback (most recent call last):
File "G:\Stability Matrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 508, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "G:\Stability Matrix\Data\Packages\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "G:\Stability Matrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-gelbooru-prompt\scripts\gelbooru_prompt.py", line 11, in
import bs4
ModuleNotFoundError: No module named 'bs4
The text was updated successfully, but these errors were encountered: