Google Colaboratoryで、以下をコピペして実行しています。
本体
!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
%cd /content/stable-diffusion-webui
Civitaiを利用するなら入れておく
%cd /content/stable-diffusion-webui/extensions/
!git clone https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper /content/stable-diffusion-webui/extensions/Stable-Diffusion-Webui-Civitai-Helper
%cd /content/stable-diffusion-webui
利用したいモデルファイルをコピー
!cp -s /content/drive/MyDrive/stablediffusion/とあるモデル.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/とあるモデル.safetensors
とりあえず入れて、ネガティブプロンプトに、”EasyNegative”を追加
!wget https://huggingface.co/datasets/gsdf/EasyNegative/resolve/main/EasyNegative.safetensors -O /content/stable-diffusion-webui/embeddings/EasyNegative.safetensors
↓すごく便利。いくつかのパターンを{xxxx|yyyy|zzzz}というプロンプトで入力するとランダムに生成される。
%cd /content/stable-diffusion-webui/extensions
!git clone https://github.com/adieyal/sd-dynamic-prompts.git
%cd /content/stable-diffusion-webui
↓すごく便利。画像生成ちょっぱやになる。
!mkdir -p /content/stable-diffusion-webui/models/Lora
%cd /content/stable-diffusion-webui/models/Lora
!wget -O pytorch_lora_weights.safetensors https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors?download=true
%cd /content/stable-diffusion-webui/
メモリ抑えつつ起動
!python launch.py --share --enable-insecure-extension-access --disable-safe-unpickle --opt-sdp-attention