MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / get_backend_dir

Function get_backend_dir

ui/easydiffusion/backends/sdkit3.py:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44
45def get_backend_dir():
46 target = get_target()
47 return os.path.join(SDKIT3_BACKEND_DIR, target)
48
49
50BACKEND_BINARY_URL_BASE = "https://github.com/easydiffusion/sdkit/releases/download"

Callers 2

start_backendFunction · 0.85
is_installedFunction · 0.85

Calls 1

get_targetFunction · 0.85

Tested by

no test coverage detected