MCPcopy Index your code
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / get_outpath

Function get_outpath

src/backbone.py:52–58  ·  view source on GitHub ↗

Get path where results are saved by default

()

Source from the content-addressed store, hash-verified

50
51
52 def get_outpath():
53 """Get path where results are saved by default"""
54 path = get_opt('outdir_samples', None)
55 if path is None or len(path) == 0:
56 path = get_opt('outdir_extras_samples', None)
57 assert path is not None and len(path) > 0
58 return path
59
60
61 def unload_sd_model():

Callers

nothing calls this directly

Calls 1

get_optFunction · 0.85

Tested by

no test coverage detected