MCPcopy 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
12def forward_vit(pretrained, x):
13 return forward_adapted_unflatten(pretrained, x, "forward_flex")
14
15
16def _resize_pos_embed(self, posemb, gs_h, gs_w):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected