當你使用 Stable Diffusion 的 Webui 版本,預設啟動的時候會出現一行 No module ‘xformers’. Proceeding without it. 最有可能的情況是你已經安裝好 xformers ,但沒有啟動她,可以看看以下的解決方法
Windows 使用者修改 webui-user.bat
請打開 webui-user.bat 並且找到 set COMMANDLINE_ARGS= ,在後面加入 –xformers 參數,讓他變成下面的樣子
set COMMANDLINE_ARGS=--xformers
存檔後離開,並且重新執行 Webui 即可,但如果有錯誤,通常是執行環境以及CUDA的問題,那就先關閉,在找其他解法
補充說明
set COMMANDLINE_ARGS 後面可以接的參數如下,當你有記憶題不足的問題,可以嘗試其他的參數看看
–xformers
–medvram
–medvram –opt-split-attention –precision full –no-half
–medvram –opt-split-attention
–opt-split-attention
參考資料
https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/5303
近期留言