初めに
Stable Diffusionに関する資料を集めておきます。定期的に更新します。
プログラム
- Web UI
- GUI Windows
1. NMKD :https://nmkd.itch.io/t2i-gui
1. 設置方法: https://gigazine.net/news/20220831-stable-diffusion-windows-gui/
Video
- deforum-stable-diffusion https://github.com/deforum-art/deforum-stable-diffusion
Prompt Search
positive: perfect realistic eyes, 8k Resolution, octane render, realistic lighting
negative:Bad anatomy, Bad hands, Bad Face, Bad eyes
- Lexia: https://lexica.art/
- Ptsearch : https://www.ptsearch.info/home/
https://www.ptsearch.info/articles/detail/90a56ef1-a3d0-4929-a664-a044629c3b57
positive : a 3 d film animation still portrait of a 2 1 0 0\s manga heroine, finely detailed features, sun light, painted by greg rutkowski, akira toriyama studio ghibli
negative: (bad quality, worst quality, low quality:1.6)
- chichi-pui : https://www.chichi-pui.com/
Model Search
ControlNet
1.設置方法 https://gigazine.net/news/20230216-stable-diffusion-controlnet/#1
API
- kerascv : https://keras.io/api/keras_cv/models/stable_diffusion/
- A Keras / Tensorflow implementation of Stable Diffusion. : https://github.com/divamgupta/stable-diffusion-tensorflow
#起動バッチスクリプト(Windows 11)
- stablediffusion.batを作成
前提条件
Windowsユーザー名:your_id
Stable Diffusion保存フォルダ:c:\stable-diffusion-webui
rem @echo off
set local
cd C:\Users\your_id
rem 仮想環境立ち上げ
call C:\Users\your_id\anaconda3\Scripts\activate.bat
call activate stable_diffusion_py310
cd c:\stable-diffusion-webui
webui-user.bat