mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +08:00
add anti-burn extension
parent
437d004536
commit
bcbcf0d64f
@ -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
|
Loading…
Reference in New Issue
Block a user