概要
「Stable Diffusion Web UI」で「DAAM」の拡張機能を使用する手順のまとめ。
「DAAM」とは「diffusion attentive attribution maps」の略で、 入力したテキストが、画像のどの部分に影響しているかを可視化する機能。
環境
OS | Windows11 |
---|---|
GPU | NVIDIA GeForce RTX 3080Ti |
インストール
github.com
stable-diffusion-webui
>extensions
フォルダに上記リンクのプロジェクトをダウンロード。
cd stable-diffusion-webui\extensions git clone
※「Stable Diffusion Web UI」のインストール方法は下記記事に koubou-rei.com
使い方
- Stable Diffusion WebUIを起動する。
txt2img
タブを開き、Script
をDaam script
に変更する。Attention texts for visualization. (comma separated)
に注目するテキストを入力する。プロンプトを入力し、画像を通常どおり生成すると、生成画像と共にヒートマップの画像が表示される。
※モデルは「Stable Diffusion 1.5 」を使用