From 328bdab7a9c5ae238f2355b59dceecf4353f38d3 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Tue, 28 Feb 2023 22:17:52 +0000 Subject: [PATCH] Add LoRA Block Weight and Kitchen Theme as extensions --- Extensions-index.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Extensions-index.md b/Extensions-index.md index d52714d..88292de 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -665,11 +665,25 @@ }, { "name": "Bilingual Localization", - "url": "https://github.com/journey-ad/sd-webui-bilingual-localization", + "url": "https://github.com/journey-ad/sd-webui-bilingual-localization.git", "description": "Bilingual translation, no need to worry about how to find the original button. Compatible with language pack extensions, no need to re-import.", "added": "2023-02-28", "tags": ["script"] }, + { + "name": "LoRA Block Weight", + "url": "https://github.com/hako-mikan/sd-webui-lora-block-weight.git", + "description": "Applies LoRA strength; block by block on the fly. Includes presets, weight analysis, randomization, XY plot.", + "added": "2023-02-28", + "tags": ["script"] + }, + { + "name": "Kitchen Theme", + "url": "https://github.com/canisminor1990/sd-web-ui-kitchen-theme.git", + "description": "Custom Theme.", + "added": "2023-02-28", + "tags": ["script"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",