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