Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ show
Method
show
scripts/depthmap.py:18–19 ·
view source on GitHub ↗
(self, is_img2img)
Source
from the content-addressed store, hash-verified
16
return
SCRIPT_NAME
17
18
def
show(self, is_img2img):
19
return
True
20
21
def
ui(self, is_img2img):
22
gr.HTML()
# Work around a Gradio bug
Callers
5
filter_irrelevant_edge_new
Function · 0.80
refine_color_around_edge
Function · 0.80
depth_inpainting
Function · 0.80
remove_redundant_edge
Function · 0.80
context_and_holes
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected