Error while installing in A1111 #97
arunrajan6600
started this conversation in
General
Replies: 1 comment
-
check which version of auto1111 you run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I installed infinite zoom in A1111 but I am getting this error while opening webui-user.bat
Error loading script: infinite-zoom.py
Traceback (most recent call last):
File "E:\Stable Diffusion\stable-diffusion-webui\modules\scripts.py", line 229, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "E:\Stable Diffusion\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "E:\Stable Diffusion\stable-diffusion-webui\extensions\infinite-zoom-automatic1111-webui\scripts\infinite-zoom.py", line 2, in
from iz_helpers.ui import on_ui_tabs
File "E:\Stable Diffusion\stable-diffusion-webui\extensions\infinite-zoom-automatic1111-webui\iz_helpers\ui.py", line 2, in
from .run import create_zoom
File "E:\Stable Diffusion\stable-diffusion-webui\extensions\infinite-zoom-automatic1111-webui\iz_helpers\run.py", line 6, in
from modules.paths_internal import script_path
ModuleNotFoundError: No module named 'modules.paths_internal'
Any fix? Thank you
Beta Was this translation helpful? Give feedback.
All reactions