From 9f4bd54d019f12da1b24c00778c441ca6033c632 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Sat, 26 Nov 2022 03:07:12 +0000 Subject: [PATCH] add depthmap2mask extension --- Extensions-index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 2cd0584..c67a490 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -199,6 +199,12 @@ "description": "It is a depth aware extension that can help to create multiple complex subjects on a single image. It generates a background, then multiple foreground subjects, cuts their backgrounds after a depth analysis, paste them onto the background and finally does an img2img for a clean finish.", "tags": ["script"] }, + { + "name": "depthmap2mask", + "url": "https://github.com/Extraltodeus/depthmap2mask.git", + "description": "Create masks for img2img based on a depth estimation made by MiDaS.", + "tags": ["script"] + }, { "name": "Visualize Cross-Attention", "url": "https://github.com/benkyoujouzu/stable-diffusion-webui-visualize-cross-attention-extension.git",