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