add "Embedding Merge" extension

w-e-w 2023-02-09 07:52:18 +09:00
parent a3f6cc4bba
commit 6d6083d45a
2 changed files with 12 additions and 1 deletions

@ -569,6 +569,13 @@
"added": "2023-02-04",
"tags": ["script"]
},
{
"name": "Embedding Merge",
"url": "https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge",
"description": "Merging Textual Inversion embeddings at runtime from string literals.",
"added": "2023-02-09",
"tags": ["script", "tab"]
},
{
"name": "zh_CN Localization",
"url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",

@ -673,4 +673,8 @@ Pre-trained model, determines if aesthetic/non-aesthetic, does 5 different style
## Catppuccin themes
https://github.com/catppuccin/stable-diffusion-webui
Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. Adds set of themes which are in compliance with catppucin guidebook.
Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. Adds set of themes which are in compliance with catppucin guidebook.
## Embedding Merge
https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge
Merging Textual Inversion embeddings at runtime from string literals.