Open 158zd opened 7 months ago
Same here
Edit: I've created a very rough workaround for this issue, since I don't know mov2mov code. I've noticed lots of changes happened in A1111 implementation, and the create_sampler_and_steps_selection() function in A1111 ui.py just vanished.
I created the same function again inside m2m_ui.py, getting those settings from txt2img tab. m2m_ui.zip
You will need to set in txt2img tab those settings too, in order to mov2mov work.
*** Error loading script: m2m_ui.py
Traceback (most recent call last):
File "D:\01-유틸\99-SD_webUI\sd.webui\webui\modules\scripts.py", line 508, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\01-유틸\99-SD_webUI\sd.webui\webui\modules\script_loading.py", line 14, in load_module
module_spec.loader.exec_module(module)
File "
same here
Yes, it worked! Thank you.......I didn't do the last step and it worked perfectly.
Same here
Edit: I've created a very rough workaround for this issue, since I don't know mov2mov code. I've noticed lots of changes happened in A1111 implementation, and the create_sampler_and_steps_selection() function in A1111 ui.py just vanished.
I created the same function again inside m2m_ui.py, getting those settings from txt2img tab. m2m_ui.zip
You will need to set in txt2img tab those settings too, in order to mov2mov work.
Thanx, Now I have mov2mov tab in my interface but I am not sure what do you mean by "need to set in txt2img tab those settings too, in order to mov2mov work"
What should I change in txt2img tab ?
Just copy this function in modules/ui.py
def create_sampler_and_steps_selection(choices, tabname):
return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name
Just copy this function in modules/ui.py
def create_sampler_and_steps_selection(choices, tabname): return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name
This solved! Thanks I just add this
def create_sampler_and_steps_selection(choices, tabname):
return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name
in \Stable Diffusion WebUI\modules\ui.py
@158zd close the issue
只需將這個函數複製到modules/ui.py中
def create_sampler_and_steps_selection(choices, tabname): return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name
I just copy m2m_ui.py to extensions\sd-webui-mov2mov\scripts to overwrite the old one, and enable Stable Diffusion to display M2M normally.
只需將這個函數複製到modules/ui.py中
def create_sampler_and_steps_selection(choices, tabname): return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name
I just copy m2m_ui.py to extensions\sd-webui-mov2mov\scripts to overwrite the old one, and enable Stable Diffusion to display M2M normally.
You can try stable diffusion webui version 1.7.0 too.
I can confirm that the 'two-part' solution has it working in 1.9.3, (at least for me) - and it wasn't as tricky as it first looked! ( replacing m2m_ui.py with the one in the zip, and editing ui.py to add an extra line)
Just copy this function in modules/ui.py
def create_sampler_and_steps_selection(choices, tabname): return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name
Works PERFECTLY!! 厉害了老铁!!!👍🏻
very much useful, For https://github.com/Scholar01/sd-webui-mov2mov, just replace script m2m_ui.py with m2m_ui.zip For https://github.com/DavG25/sd-webui-mov2mov insert: def create_sampler_and_steps_selection(choices, tabname): return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name s
Nothing seems to work for me tbh. Tried pasting code , tried replacing the file but still no success. SD version 1.9.3
Nothing seems to work for me tbh. Tried pasting code , tried replacing the file but still no success. SD version 1.9.3
Yeah I'm having the same issue I've tried everything mentioned with a similar error code,
how can i fix this error??
*** Error loading script: mov2mov.py
Traceback (most recent call last):
File "E:\sd\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "E:\sd\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "
I have the same error like woojoo87 I try eveything I update and still nothing need help thank you
Windows:10 Python:3.10.6 Version:v1.9.0 "I followed this method to reinstall m2m_ui.py, but the same error persists."