2024年7月11日 星期四

Stable Diffusion Model

 

RWEPA | Stable Diffusion Model 本地端安裝-AI生成式繪圖


# 感謝 Janet 提供問題.

🌸YouTube  (包括中文字幕)https://youtu.be/bSMa5SGJrRk

🌸【謝謝訂閱、按讚、分享與開啟小鈴鐺💡】

Outline:
1.Stable Diffusion 簡介
2.SD 安裝與參數設定
3.SD 使用
4.SD 中文化
5.Google Colab
6.結論

🌸投影片 stable_diffusion_model.pdf

https://github.com/rwepa/DataDemo/blob/master/stable_diffusion_model.pdf

🌸AUTOMATIC 1111 github

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

🌸安裝 Fooocus for Windows

https://github.com/lllyasviel/Fooocus/releases/download/release/Fooocus_win64_2-1-831.7z

🌸如果沒有 NVIDIA顯示卡, 則使用Fooocus時,  在 run.bat 檔案須加上 --always-cpu, 完整2行程式碼:

.\python_embeded\python.exe -s Fooocus\entry_with_update.py --always-cpu
pause

🌸Google Colab - Fooocus線上版

#python
#stable difussion
#automatic1111
#clip
#u-net
#vae

# 2024.11.16 updated

🌸 AnyLoRA - Checkpoint

近日下載並安裝 AnyLoRA - Checkpoint, 記錄執行結果.

執行環境:
OS: Windows 11 Home
CPU: Intel Core Ultra 7
RAM: 32GB
VGA: NVIDIA RTX4060-8GB

1. 下載 AUTOMATIC 1111 - sd.webui.zip


2. 安裝中文介面

步驟2.1: sd-webui \ Extensions \ Install from URL \ https://github.com/bluelovers/stable-diffusion-webui-localization-zh_Hant.git \ Install \ Reload UI

步驟2.2: sd-webui \ Settings \ User interface \ 下拉式選單 zh_Hant \ Apply setting \ Reload UI

3. 下載 sd-webui-prompt-all-in-one

git安裝網址: https://github.com/Physton/sd-webui-prompt-all-in-one.git

4. 下載 anyloraCheckpoint 模型
  • 安裝: 將 anyloraCheckpoint_bakedvaeBlessedFp16.safetensors (3.21GB) 複製到 \sd.webui\webui\models\Stable-diffusion 目錄
  • 在 webui 網頁中切換至 "anyloraCheckpoint_bakedvaeBlessedFp16.safetensors" 模型
  • 提示字: 1girl,smile,city
  • 按 [產生 Generate] 按鈕
5. 繪圖結果(5秒生成 512x512 png圖檔)


















# end