-
Notifications
You must be signed in to change notification settings - Fork 331
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
Mov2mov don´t load after AUTOMATIC1111 stable-diffusion-webui update 1.9.0 #145
Comments
me too |
me too, any solution? |
I think is the same problem here: #146 (comment) |
#146 Thanks!! |
Just copy this function in modules/ui.py
|
Not working for me, god I love amd stable diffusion (sarcasm) |
Try installing the 1.7.0. version of stable difffusion webui, can be found here |
Before the mv2mov window did not appear, although now it appears when pressing generate does not do anything at all. |
Hey guys, do we have a resolution to this as yet? |
@kernsaunders2257 Did you try above solution???
|
I sure did, and what it did was remove the errors I was getting in the terminal and it corrected the tab not being seen. I'm on version 1.9.3 |
@kernsaunders2257 Can you try installing the 1.7.0. version of stable difffusion webui, can be found here |
Ok, I tried it. I put back in the function "def create_sampler_and_steps_selection(choices, tabname): but no luck with this, I can see the tab, everything about it seems to look ok, but it's still non-functional. However, this weird thing occurs |
what are you trying to do? |
Just use this file https://github.com/Scholar01/sd-webui-mov2mov/files/14972506/m2m_ui.zip |
|
Same issue bro def create_sampler_and_steps_selection(choices, tabname): and replace m2m_ui with this file https://github.com/Scholar01/sd-webui-mov2mov/files/14972506/m2m_ui.zip |
if oyu dont mind me asking, im new to this and dont really understand what you mean by "add this" i understand you want me to paste this somewhere, but have no clue how to open or find the correct file. I can replace the file mentioned np, but lost on the "def create..." |
Its mentioned there only. Copy and paste the function in modules/ui.py |
Yeah, this doesn't work for me on 1.9.4. Interface is fine but Generate does nothing. What I tried:
Still broken. Generate button does nothing. This is pretty much a dead extension for me now. Does anyone know of a working extension that does something similar to mov2mov? Thanks. |
Yeah having the same issue ive gone through all the steps and have had the same exact errors as you I'm gonna keep working on it see what happens i guess |
You guys could try v2v helper. |
My only other thought, since other people have gotten it to work, is that some other extension is messing it up somehow. Could try uninstalling everything, but I feel like I'm tired of fighting this one. Maybe v2v helper will be an option. |
Yeah ive done multiple fresh reinstalls with no extensions only mov2mov, no luck |
Hello,
Thanks |
Yeah I'm afraid I still could not get it to work after trying everything I ended up just using the V2V extension as a temporary work around until a fix/update is available |
I'm so sorry everyone, my daughter was born last year and I needed to spend a lot of time on work/family balance, so this project has been on hold for nearly a year. I'll try to fix it in the near future |
Congratz buddy! Please fix it! |
*** Error loading script: m2m_ui.py
Traceback (most recent call last):
File "E:\stable-diffusion-webui\modules\scripts.py", line 508, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "E:\stable-diffusion-webui\modules\script_loading.py", line 14, 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-webui\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' (E:\stable-diffusion-webui\modules\ui.py)
The text was updated successfully, but these errors were encountered: