-
Notifications
You must be signed in to change notification settings - Fork 161
Description
The issue I am having is that the Depthmap tab is not showing in Stable Diffusion.
This the error I have in the cmd:
*** Error loading script: depthmap.py
Traceback (most recent call last):
File "L:\Stable Diffusion_\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "L:\Stable Diffusion_\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 "L:\Stable Diffusion\stable-diffusion-webui\extensions\stable-diffusion-webui-depthmap-and-stereogram-script\scripts\depthmap.py", line 11, in
from modules.shared import opts, cmd_opts, state, Options
ImportError: cannot import name 'Options' from 'modules.shared' (L:\Stable Diffusion_\stable-diffusion-webui\modules\shared.py)
Any ideas how this can be solved?
Thank you in advance.