From 8306fac1c267167f9e6c7137086d1e91195e8233 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 2 Dec 2022 04:38:46 +0000 Subject: [PATCH] add DAAM extension --- Extensions-index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 67e0757..a4f849c 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -217,6 +217,12 @@ "description": "Generates highlighted sectors of a submitted input image, based on input prompts. Use with tokenizer extension. See the readme for more info.", "tags": ["script", "tab"] }, + { + "name": "DAAM", + "url": "https://github.com/kousw/stable-diffusion-webui-daam.git", + "description": "DAAM stands for Diffusion Attentive Attribution Maps. Enter the attention text (must be a string contained in the prompt) and run. An overlapping image with a heatmap for each attention will be generated along with the original image.", + "tags": ["script"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",