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