From e619ac580621f1f0ad3bd6f636aec8d1ef089944 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 25 Nov 2022 14:21:26 +0000 Subject: [PATCH] add Visualize Cross-Attention extension --- Extensions-index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 4c4d7fd..2cd0584 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -199,6 +199,12 @@ "description": "It is a depth aware extension that can help to create multiple complex subjects on a single image. It generates a background, then multiple foreground subjects, cuts their backgrounds after a depth analysis, paste them onto the background and finally does an img2img for a clean finish.", "tags": ["script"] }, + { + "name": "Visualize Cross-Attention", + "url": "https://github.com/benkyoujouzu/stable-diffusion-webui-visualize-cross-attention-extension.git", + "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": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",