ModuleNotFoundError: No module named 'moviepy.editer'
報錯內容類似上面截圖,我的已經解決,暫時無法截圖了
處理方法:
重點說明:插件目錄必須是TemporalKit,不能更改
進入到安裝目錄:extensions\TemporalKit
找到install.py 文件
修改文件內容:
增加 模塊版本號,內容如下:
install moviepy==1.0.3 -i https://mirrors.aliyun.com/pypi/simple/
2:? ?刪除已經下載的模塊。
進入安裝目錄:
python\Lib\site-package?
找到
這兩個文件夾,刪除掉。
重啟啟動器,搞定。
如果啟動報錯:
問題代碼:ImportError: cannot import name 'create_sampler_and_steps_selection 'from modules.ui'
都是在路徑:xxx/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