Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ hook
Function
hook
dmidas/backbones/utils.py:57–58 ·
view source on GitHub ↗
(model, input, output)
Source
from the content-addressed store, hash-verified
55
56
def
get_activation(name):
57
def
hook(model, input, output):
58
activations[name] = output
59
60
return
hook
61
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected