Skip to content

部屬 Automatic1111 Webui 的流程

License

Notifications You must be signed in to change notification settings

HaomingXR/webui-installation-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Stable Diffusion
Automatic1111 Webui
部署教學

by. Haoming
Last Update: 2024/04/30

安裝

  1. 點擊此連結進行下載
  2. 將所有內容解壓縮至安裝資料夾

  1. 執行 update.bat
  2. 右鍵編輯 webui 資料夾中的 webui-user.bat 檔案

  1. set COMMANDLINE_ARGS= 後面加上 --xformers --api --port 8888

下載模型

  1. 下載 Realistic Vision (2 GB)
    • 或是前往 CivitAI下載其它 Checkpoint
  2. 將下載的 .safetensors 模型放入 webui\models\Stable-diffusion 資料夾內

執行

  1. 執行 run.bat
  2. 第一次執行時會開始下載一些需要的內容 (需要數分鐘)
  3. 當在 Console 中看到如下的 localhost 連結時便表示下載完成

    Running on local URL: http://127.0.0.1:8888

  4. 在瀏覽器中開啟上述的連結

ReActor 換臉

  1. 先關閉 Webui
  2. 下載 insightface
  3. 於安裝資料夾,點選路徑,輸入 cmd 以開啟 Console

  1. 輸入下述,再將剛剛下載的 .whl 檔案拖入後,按 Enter 執行
    system\python\python.exe -m pip install

  1. 執行 run.bat
  2. 在介面中打開 Extensions 的頁面
  3. 點選 Install from URL
  4. URL for extension's git repository 輸入 https://github.com/Gourieff/sd-webui-reactor 接著按 Install

  1. 安裝需 5+ 分鐘
  2. Install 下方出現安裝完成之訊息即可

ADetailer 臉部微調

  1. 在介面中打開 Extensions 的頁面
  2. 點選 Install from URL
  3. URL for extension's git repository 輸入 https://github.com/Bing-su/adetailer 接著按 Install
  4. Install 下方出現安裝完成之訊息即可

  1. 安裝完成後,前往 Installed 並點擊 Apply and restart UI 以套用

About

部屬 Automatic1111 Webui 的流程

Topics

Resources

License

Stars

Watchers

Forks