-
Notifications
You must be signed in to change notification settings - Fork 161
Description
Hi all,
I'm very new to this and not super savvy with it. I followed a tutorial on how to install this extension step-for-step and I couldn't get the extension to actually install. When I checked the prompt I saw this message:
Error loading script: depthmap.py
Traceback (most recent call last):
File "C:\Users\Larry\stable-diffusion-webui\modules\scripts.py", line 257, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Larry\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 "C:\Users\Larry\stable-diffusion-webui\extensions\stable-diffusion-webui-depthmap-script\scripts\depthmap.py", line 58, in
from inpaint.mesh import write_mesh, read_mesh, output_3d_photo
File "C:\Users\Larry\stable-diffusion-webui\extensions/stable-diffusion-webui-depthmap-script/scripts\inpaint\mesh.py", line 16, in
from moviepy.editor import ImageSequenceClip
ModuleNotFoundError: No module named 'moviepy'
Any help would be appreciated.
Thanks!