赞
踩
GitHub - AUTOMATIC1111/stable-diffusion-webui: Stable Diffusib UI**github:stable-diffusion-webui下載,**全程最好科學上網
1.無需下載git 可直接 Code download ZIP ( 手動更新下載關聯庫比較麻煩 )不推薦
(最好通過Git下載,後續運行webui-user.bat會通過git去克隆其他庫的數據手動會比較麻煩)
2,推薦使用 Git ,git安裝請自行腦補 :
先下載git,完成后 創建stable_diffusion文件夾存放文件 shift+右擊open git bash here
git clone GitHub - AUTOMATIC1111/stable-diffusion-webui: Stable Diffusion web UI
在代碼所在倉庫執行 git pull 即可更新代碼 ,同時啟動時也需要git去克隆其他依賴包資源
點擊webui-user.bat啟動
啟動過程:下載依賴的資源包
最終頁面:生成的圖像取決于你的模型及相關設置
3,認真閱讀readme,最好重頭到尾看一遍
舉例:Automatic Installation on Windows ,其他平台自行腦補
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
.(通過git命令下載)webui-user.bat
from Windows Explorer as normal, non-administrator, user.(運行webui-user.bar)4,常見錯誤
問題一:Torch is not able to use GPU 有的是因為電腦是AMD顯卡所以配置會不一樣
解決對策:在webui-user.bat 啟動腳本中加入一下設置:
set COMMANDLINE_ARGS=--use-cpu all --no-half --precision full --skip-torch-cuda-test --listen set CUDA_VISIBLE_DEVICES=-1
問題二:pip版本過低
解決對策:啟動CMD運行以下命令
python -m pip install --upgrade pip #更新pip
問題三:卡在Installing requirements for CodeFormer 無法下載
解決對策:網絡問題 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
問題四:有的電腦顯卡AMD 有的是NVIDIA
AMD版本:git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml.git
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。