Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ forward_beit
Function
forward_beit
dmidas/backbones/beit.py:14–15 ·
view source on GitHub ↗
(pretrained, x)
Source
from the content-addressed store, hash-verified
12
13
14
def
forward_beit(pretrained, x):
15
return
forward_adapted_unflatten(pretrained, x,
"forward_features"
)
16
17
18
def
patch_embed_forward(self, x):
Callers
nothing calls this directly
Calls
1
forward_adapted_unflatten
Function · 0.85
Tested by
no test coverage detected