From a554b78ee4cd94930c6568557670d9de7ad50fb7 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Tue, 17 Jan 2023 20:01:29 +0000 Subject: [PATCH] add haku-img and depth image i/o as extensions --- Extensions-index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 1b2a4bf..e61d7ec 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -288,6 +288,13 @@ "added": "2022-12-24", "tags": ["script"] }, + { + "name": "Depth Image I/O", + "url": "https://github.com/AnonymousCervine/depth-image-io-for-SDWebui.git", + "description": "An extension to allow managing custom depth inputs to Stable Diffusion depth2img models.", + "added": "2023-01-17", + "tags": ["script"] + }, { "name": "Visualize Cross-Attention", "url": "https://github.com/benkyoujouzu/stable-diffusion-webui-visualize-cross-attention-extension.git", @@ -456,6 +463,13 @@ "added": "2023-01-13", "tags": ["script", "tab"] }, + { + "name": "haku-img", + "url": "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git", + "description": "Image utils extension. Blend images, get sketch from image, edit coloring, blur an image. You can use it to make some cool effects with i2i.", + "added": "2023-01-17", + "tags": ["script", "tab"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",