Replies: 1 comment
-
'RuntimeError: No ffmpeg exe could be found. Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.' try: |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed the extension but can't find the tab. I only get this message in my terminal: "Error loading script: depthmap.py"
Error loading script: depthmap.py
Traceback (most recent call last):
File "/Users/kunsagigyula/stable-diffusion-webui/modules/scripts.py", line 229, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/Users/kunsagigyula/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 "/Users/kunsagigyula/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/scripts/depthmap.py", line 54, in
from inpaint.mesh import write_ply, read_ply, output_3d_photo
File "/Users/kunsagigyula/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/scripts/inpaint/mesh.py", line 16, in
from moviepy.editor import ImageSequenceClip
File "/Users/kunsagigyula/stable-diffusion-webui/venv/lib/python3.10/site-packages/moviepy/editor.py", line 36, in
from .video.io.VideoFileClip import VideoFileClip
File "/Users/kunsagigyula/stable-diffusion-webui/venv/lib/python3.10/site-packages/moviepy/video/io/VideoFileClip.py", line 3, in
from moviepy.audio.io.AudioFileClip import AudioFileClip
File "/Users/kunsagigyula/stable-diffusion-webui/venv/lib/python3.10/site-packages/moviepy/audio/io/AudioFileClip.py", line 3, in
from moviepy.audio.AudioClip import AudioClip
File "/Users/kunsagigyula/stable-diffusion-webui/venv/lib/python3.10/site-packages/moviepy/audio/AudioClip.py", line 7, in
from moviepy.audio.io.ffmpeg_audiowriter import ffmpeg_audiowrite
File "/Users/kunsagigyula/stable-diffusion-webui/venv/lib/python3.10/site-packages/moviepy/audio/io/ffmpeg_audiowriter.py", line 7, in
from moviepy.config import get_setting
File "/Users/kunsagigyula/stable-diffusion-webui/venv/lib/python3.10/site-packages/moviepy/config.py", line 36, in
FFMPEG_BINARY = get_exe()
File "/Users/kunsagigyula/stable-diffusion-webui/venv/lib/python3.10/site-packages/imageio/plugins/ffmpeg.py", line 173, in get_exe
return imageio_ffmpeg.get_ffmpeg_exe()
File "/Users/kunsagigyula/stable-diffusion-webui/venv/lib/python3.10/site-packages/imageio_ffmpeg/_utils.py", line 33, in get_ffmpeg_exe
raise RuntimeError(
RuntimeError: No ffmpeg exe could be found. Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.
Error executing callback model_loaded_callback for /Users/kunsagigyula/stable-diffusion-webui/extensions-builtin/Lora/scripts/lora_script.py
Traceback (most recent call last):
File "/Users/kunsagigyula/stable-diffusion-webui/modules/script_callbacks.py", line 109, in model_loaded_callback
c.callback(sd_model)
File "/Users/kunsagigyula/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 66, in assign_lora_names_to_compvis_modules
for name, module in shared.sd_model.cond_stage_model.wrapped.named_modules():
File "/Users/kunsagigyula/stable-diffusion-webui/venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1207, in getattr
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'FrozenOpenCLIPEmbedder' object has no attribute 'wrapped'
Please help
Beta Was this translation helpful? Give feedback.
All reactions