From 6d6083d45a5643c235607827c05249d91fcd43ec Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Thu, 9 Feb 2023 07:52:18 +0900 Subject: [PATCH] add "Embedding Merge" extension --- Extensions-index.md | 7 +++++++ Extensions.md | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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.