From 6da200c59d6ecb51988166eac36c0a8eb3296349 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 11 Nov 2022 06:13:10 +0000 Subject: [PATCH] add prompt travel, conditioning highresfix, randomize --- Extensions-index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index b7a0741..debf688 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -133,6 +133,24 @@ "description": "An object detection and auto-mask extension for Stable Diffusion web UI.", "tags": ["script"] }, + { + "name": "prompt travel", + "url": "https://github.com/Kahsolt/stable-diffusion-webui-prompt-travel.git", + "description": "Extension script for AUTOMATIC1111/stable-diffusion-webui to travel between prompts in latent space.", + "tags": ["script"] + }, + { + "name": "conditioning-highres-fix", + "url": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git", + "description": "This is Extension for rewriting Inpainting conditioning mask strength value relative to Denoising strength at runtime. This is useful for Inpainting models such as sd-v1-5-inpainting.ckpt", + "tags": ["script"] + }, + { + "name": "Randomize", + "url": "https://github.com/stysmmaker/stable-diffusion-webui-randomize.git", + "description": "Allows for random parameters during txt2img generation. This script is processed for all generations, regardless of the script selected, meaning this script will function with others as well, such as AUTOMATIC1111/stable-diffusion-webui-wildcards", + "tags": ["script"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",