AI/StableDiffusion/Mac/AUTOMATIC1111
提供: 初心者エンジニアの簡易メモ
AUTOMATICとは
mac(intel/m1/m2)やwindowsで使えるstable-diffusion
インストール
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui cd stable-diffusion-webui sh webui.sh
参考:https://gift-by-gifted.com/stablediffusion-3/
起動
- インストール時の最後に出てくるhttp~をブラウザに入れると表示できる
ttp://127.0.0.1:7860
テキストから画像生成の実行
promptに文字を入れてgenerateボタンを押す
LayerNormKernelImplエラーが出る場合
エラー詳細
return torch.layer_norm(input, normalized_shape, weight, bias, eps, torch.backends.cudnn.enabled) RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'
以下で起動したらエラーが起きなくなった。
sh webui.sh --skip-torch-cuda-test --no-half --use-cpu all
モデル切り替え
- stable-diffusion-webui/models/Stable-diffusionの下にsafetensorsファイルを入れる