stable diffusion web UI のインストールログ
https://mac-ra.com/mac-automatic1111-stable-diffusion-webui/#toc_id_1
を参考に
brew install cmake protobuf rust python@3.10 git wget
で必要なものをインストール
しかし
Error: No developer tools installed. Install the Command Line Tools: xcode-select --install
が出る
エラーを元に検索
https://techracho.bpsinc.jp/wingdoor/2021_04_09/104821
を参考に
sudo xcode-select --install
めっちゃ時間がかかる
終わったら
再度
brew install cmake protobuf rust python@3.10 git wget
これで成功
cd ~ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
今回はモデルとして
AOM3_orangemixs.safetensors
を使ってみた
AOM3_orangemixs.safetensors
をダウンロードして移動してみる
https://mac-ra.com/mac-automatic1111-stable-diffusion-webui/#toc_id_1
によれば
ckpt、safetensors などのモデルの置き場は、この models/Stable-diffusion フォルダになる
cp Downloads/AOM3_orangemixs.safetensors stable-diffusion-webui/models/Stable-diffusion
でファイルをコピー
cd ~/stable-diffusion-webui ./webui.sh
でインストール開始
http://127.0.0.1:7860
とでたら safari でアクセス
後はこれで好みのモデルがあれば
stable-diffusion-webui/models/Stable-diffusion
へコピー
ネガティブプロンプトも rola のようにまとめてあるものがあるので
EasyNegative.safetensors
をダウンロード
cp Downloads/EasyNegative.safetensors stable-diffusion-webui/embeddings
ネガティブプロンプトに「EasyNegative」と入力する