mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-22 15:54:25 +00:00
add anti-burn extension
@@ -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
|
||||
Reference in New Issue
Block a user