From f119dd552f322210df7feadf5a2c60e9c2294140 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:11:24 +0000 Subject: [PATCH] add Latent Couple and SuperMerger as extensions --- Extensions-index.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Extensions-index.md b/Extensions-index.md index 6b068fb..c98d7e1 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -623,11 +623,25 @@ }, { "name": "sd-webui-controlnet", - "url": "https://github.com/Mikubill/sd-webui-controlnet", + "url": "https://github.com/Mikubill/sd-webui-controlnet.git", "description": "WebUI extension for ControlNet. Note: (WIP), so don't expect seed reproducibility - as updates may change things.", - "added": "2023-02-15", + "added": "2023-02-18", "tags": ["script"] }, + { + "name": "Latent Couple", + "url": "https://github.com/opparco/stable-diffusion-webui-two-shot.git", + "description": "An extension of the built-in Composable Diffusion, allows you to determine the region of the latent space that reflects your subprompts. Currently requires a cfg patch to run, found in the readme.", + "added": "2023-02-18", + "tags": ["script"] + }, + { + "name": "SuperMerger", + "url": "https://github.com/hako-mikan/sd-webui-supermerger.git", + "description": "Merge and run without saving to drive. Sequential XY merge generations; extract and merge loras, bind loras to ckpt, merge block weights, and more. Some operations are RAM-heavy & diffusers is required.", + "added": "2023-02-18", + "tags": ["script", "tab", "models"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",