sd-webui-infinite-image-browsing
sd-webui-infinite-image-browsing copied to clipboard
iib just stoped working today on Forge
Hi there.
iib just stoped working today on Forge.
Here is the error :
*** Error loading script: iib_setup.py
Traceback (most recent call last):
File "/whatever/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/whatever/stable-diffusion-webui-forge/modules/script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/whatever/stable-diffusion-webui-forge/extensions/sd-webui-infinite-image-browsing/scripts/iib_setup.py", line 1, in <module>
from scripts.iib.api import infinite_image_browsing_api, send_img_path
ModuleNotFoundError: No module named 'scripts.iib'