Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing mov2mov in Automatic1111 that installed by Pinokio #159

Open
DAWiguna opened this issue Aug 26, 2024 · 5 comments
Open

Comments

@DAWiguna
Copy link

After installing the mov2mov extension and rerun, the terminal show this error:

*** Error loading script: mov2mov.py
Traceback (most recent call last):
File "D:\pinokio\api\automatic1111.git\app\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\pinokio\api\automatic1111.git\app\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 "D:\pinokio\api\automatic1111.git\app\extensions\sd-webui-mov2mov\scripts\mov2mov.py", line 24, in
from ebsynth import EbsynthGenerate, Keyframe
File "D:\pinokio\api\automatic1111.git\app\extensions\sd-webui-mov2mov\ebsynth_init
.py", line 2, in
from .ebsynth_generate import EbsynthGenerate, Keyframe, Sequence, EbSynthTask
File "D:\pinokio\api\automatic1111.git\app\extensions\sd-webui-mov2mov\ebsynth\ebsynth_generate.py", line 5, in
from toolz import groupby
ModuleNotFoundError: No module named 'toolz'

@sawaaki
Copy link

sawaaki commented Aug 30, 2024

I am the same. Please help me.

@Andersen1729
Copy link

Me too

@QuentinRiviere
Copy link

See my comment : #158 (comment)

@sawaaki
Copy link

sawaaki commented Sep 6, 2024

Thank you!!!! I can use it now!

@omidud
Copy link

omidud commented Sep 22, 2024

*** Error loading script: m2m_ui.py
Traceback (most recent call last):
File "C:\python_projects\stable-diffusion-webui-master\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\python_projects\stable-diffusion-webui-master\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 "C:\python_projects\stable-diffusion-webui-master\extensions\sd-webui-mov2mov\scripts\m2m_ui.py", line 23, in
from modules.ui import (
ImportError: cannot import name 'create_sampler_and_steps_selection' from 'modules.ui' (C:\python_projects\stable-diffusion-webui-master\modules\ui.py)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@omidud @QuentinRiviere @Andersen1729 @DAWiguna @sawaaki and others