Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 643 Bytes

讀我.md

File metadata and controls

11 lines (9 loc) · 643 Bytes
  1. 確保安裝了最新版本的 docker 和 docker compose
  2. 執行下載器(下載模型) docker compose --profile download up --build
  3. 執行創建容器 docker compose --profile [ui] up --build
    [ui]參數為: invoke | auto | auto-cpu | comfy | comfy-cpu
  4. 訪問ui http://localhost:7860/

第一次下載會很久,之後只要執行創建容器即可

2023/07/28 手動更新AUTOMATIC1111到1.5.1

  1. 在專案目錄中,更新到最新版 git pull
  2. 在專案目錄中,下載模型 git clone https://github.com/Stability-AI/generative-models.git