#author("2023-06-04T19:54:30+09:00","default:okada","okada") #author("2023-06-13T17:53:55+09:00","default:okada","okada") *Stable Diffusion Tips [#c777783b] RIGHT:更新日&lastmod(); RIGHT:作成日:2023年6月3日 **学習済Lora追加とモデル追加 [#tee9d951] VAE(Variational Auto-Encoder)きれいな画像生成を助ける役割 ***サンプルコマンド [#r5dd5202] &ref("./Lora_cmd.txt"); ***追加する場所 [#v1c392a4] models/Loraフォルダを作成してそこに配置 &ref("./inst1.png"); ***参考 [#u0300751] -https://www.youtube.com/watch?v=ZqXzhV4wNwg -https://merilinc.notion.site/Stable-Diffusion-LoRA-9067f23ecc924e9cb734d73bd5c070c9 **DLしたモデルを追加する手順 [#j2e3a3c1] 適当なWebサーバに入れる mz80:~ !wget http://mz80.ism21.net/hp/sd_model/abyssorangemix3AOM3_aom3a1b.safetensors -O /content/sd-webui/models/abyssorangemix3AOM3_aom3a1b.safetensors xserver:~ !wget https://nextc1.xsrv.jp/sd_models/abyssorangemix3AOM3_aom3a1b.safetensors -O /content/sd-webui/models/abyssorangemix3AOM3_aom3a1b.safetensors &ref("./cmd2.txt"); **EasyNegative.safetensors導入手順 [#u4e5bacb] embeddings』内に『EasyNegative.safetensors』を入れる ***例 [#t90cc863] !wget https://nextc1.xsrv.jp/sd_models/sd_model/EasyNegative.safetensors -O /content/sd_webui/embeddings/EasyNegative.safetensors -embeddingsは花札のアイコンから適用 -Textual Inversion』タブの中にEasyNegativeが入っている -NegativePromptに入れる ***参照 [#uf5837a0] -https://freeblog-video.com/stable-diffusion_easynegative/ **Dynamic-Prompt BRA5 ControlNetのコマンド [#z2c47aac] &ref("./DyP_BRA5_ConNet.txt");