mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-03 11:09:01 +08:00
add depthmap2mask extension
parent
e619ac5806
commit
9f4bd54d01
@ -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.",
|
"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"]
|
"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",
|
"name": "Visualize Cross-Attention",
|
||||||
"url": "https://github.com/benkyoujouzu/stable-diffusion-webui-visualize-cross-attention-extension.git",
|
"url": "https://github.com/benkyoujouzu/stable-diffusion-webui-visualize-cross-attention-extension.git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user