MCPcopy Create free account
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / title

Method title

scripts/depthmap.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14class Script(scripts.Script):
15 def title(self):
16 return SCRIPT_NAME
17
18 def show(self, is_img2img):
19 return True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected