MCPcopy 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
14def forward_beit(pretrained, x):
15 return forward_adapted_unflatten(pretrained, x, "forward_features")
16
17
18def patch_embed_forward(self, x):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected