总览
1.我使用的是秋叶版本的整合包
2.在安装了 mov2mov 后,一键启动报错如标题
3.原因解释:modules.ui这个包里没有 create_sampler_and_steps_selection 函数
一、解决方法
1.打开文件,路径:xxx/modules/ui.py
2.找个地方把这段函数塞进去
def create_sampler_and_steps_selection(choices, tabname):
return scripts.scripts_txt2img.script('Sampler').steps, scripts.scripts_txt2img.script('Sampler').sampler_name