From 341855cf0817a0c0d8cda825f69b0b4ee75010f2 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Wed, 9 Nov 2022 00:36:45 +0000 Subject: [PATCH] add ddtailer and yownas scripts --- Extensions-index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 160e756..ef8b112 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -115,6 +115,24 @@ "description": "Allows you to manually edit textual inversion embeddings using sliders.", "tags": ["script", "tab"] }, + { + "name": "seed travel", + "url": "https://github.com/yownas/seed_travel.git", + "description": "Small script for AUTOMATIC1111/stable-diffusion-webui to create images that exists between seeds.", + "tags": ["script"] + }, + { + "name": "shift-attention", + "url": "https://github.com/yownas/shift-attention.git", + "description": "Generate a sequence of images shifting attention in the prompt. This script enables you to give a range to the weight of tokens in a prompt and then generate a sequence of images stepping from the first one to the second.", + "tags": ["script"] + }, + { + "name": "Detection Detailer", + "url": "https://github.com/dustysys/ddetailer.git", + "description": "An object detection and auto-mask extension for Stable Diffusion web UI.", + "tags": ["script"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",