20230811

Stable Diffusion

Stable Diffusion
..................................................
#Update : 2023-06-10
..................................................
#Keywords : AI, Stable Diffusion, ... .
..................................................

#Install Steps:

1. Install Python.

2. Install GIT.

3. Install Stable Diffusion webUI :

(1) Open CMD, Input and execute : 

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git

4. Open Folder (stable-diffusion-webui) , Click  webui-user.bat, then auto download and install required files.

5. After installatioin, Running on local URL:http://127.0.0.1:7860

..................................................

#更新SD / Upgrade SD :

1. 開啟安裝 SD 的目錄,在目錄路徑處,輸入 powershell 後按 Enter 鍵

2. 系統自動開啟 Windows Power Shell 後,輸入 git pull 指令後按 Enter 鍵

3. 輸入 git branch --set-upstream-to=origin/master master

4. 輸入 git pull,按 Enter 後自動更新

..................................................

#REFERENCE

[] Stable Diffusion完整教學:從4種安裝方式WebUI到咒語提詞一次懂(最推薦colab), GOOPTIONS, https://gooptions.cc/stable-diffusion%E6%95%99%E5%AD%B8/



[] 最詳細的 Stable diffusion WebUI 操作教學 – txt2img, KODING, 20230314, https://koding.work/stable-diffusion-webui-tutorial-txt2img/#Sampling_steps

[] AI繪圖-實測:比較目前20種採樣方式的速度與圖片生成結果(stable diffusion webui), VOCUS, 20230329, https://vocus.cc/article/6423ef9ffd897800011688b1

[] 细数【SD-WEBUI】的模型:谁是最适合的模型&从哪里找到它们, CSDN, 20230505, https://blog.csdn.net/ddrfan/article/details/130484400

[] 只需10分鐘就能安裝 Stable Diffusion WebUI 用自己的顯卡進行AI繪圖!幫模特兒換裝?換臉?而且還能改成中文版, TRACYTING, 20230512, https://tracyting.com/%E5%AE%89%E8%A3%9Dstable-diffusion-webui/

[] Stable Diffusion 教學:免費AI 真人繪圖 4步驟產生擬真美女照片, MRMAD, 20230526, https://mrmad.com.tw/stable-diffusion-google-colab

[] AI繪圖-Stable Diffusion 002- 如何更新 Stable Diffusion WebUi 版本, VOCUS, 20230807, https://vocus.cc/article/64cfc289fd8978000122a6d1

..................................................