From bcbcf0d64f8117ea360f38f39481ef22b703a46c Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Thu, 9 Feb 2023 22:26:51 +0900 Subject: [PATCH] add anti-burn extension --- Extensions-index.md | 7 +++++++ Extensions.md | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index d74fddf..acbdb3e 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -583,6 +583,13 @@ "added": "2023-02-09", "tags": ["script", "tab"] }, + { + "name": "Embedding Merge", + "url": "https://github.com/klimaleksus/stable-diffusion-webui-anti-burn", + "description": "Smoothing generated images by skipping a few very last steps and averaging together some images before them", + "added": "2023-02-09", + "tags": ["script", "tab"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN", diff --git a/Extensions.md b/Extensions.md index 0b66c0c..31e8596 100644 --- a/Extensions.md +++ b/Extensions.md @@ -679,3 +679,8 @@ Catppuccin is a community-driven pastel theme that aims to be the middle ground https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge Merging Textual Inversion embeddings at runtime from string literals. + +## anti-burn +https://github.com/klimaleksus/stable-diffusion-webui-anti-burn + +Smoothing generated images by skipping a few very last steps and averaging together some images before them \ No newline at end of file