Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
45
def
get_backend_dir():
46
target = get_target()
47
return
os.path.join(SDKIT3_BACKEND_DIR, target)
48
49
50
BACKEND_BINARY_URL_BASE =
"https://github.com/easydiffusion/sdkit/releases/download"
Callers
2
start_backend
Function · 0.85
is_installed
Function · 0.85
Calls
1
get_target
Function · 0.85
Tested by
no test coverage detected