add anti-burn extension

w-e-w 2023-02-09 22:26:51 +09:00
parent 437d004536
commit bcbcf0d64f
2 changed files with 12 additions and 0 deletions

@ -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",

@ -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