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

Function get_options

scripts/depthmap_api.py:48–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47 @app.get("/depth/get_options")
48 async def get_options():
49 return {"options": sorted([x.name.lower() for x in go])}
50
51 # TODO: some potential inputs not supported (like custom depthmaps)
52 @app.post("/depth/generate")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected