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

Function version

scripts/depthmap_api.py:44–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42def depth_api(_: gr.Blocks, app: FastAPI):
43 @app.get("/depth/version")
44 async def version():
45 return {"version": SCRIPT_VERSION}
46
47 @app.get("/depth/get_options")
48 async def get_options():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected