diff --git a/Extensions-index.md b/Extensions-index.md index 6abc553..81418f7 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -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", diff --git a/Extensions.md b/Extensions.md index 4e22f94..aebb8bd 100644 --- a/Extensions.md +++ b/Extensions.md @@ -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. \ No newline at end of file +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.