MCPcopy Create free account
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / nextvit_base

Function nextvit_base

dmidas/backbones/next_vit.py:442–444  ·  view source on GitHub ↗
(pretrained=False, pretrained_cfg=None, **kwargs)

Source from the content-addressed store, hash-verified

440
441@register_model
442def nextvit_base(pretrained=False, pretrained_cfg=None, **kwargs):
443 model = NextViT(stem_chs=[64, 32, 64], depths=[3, 4, 20, 3], path_dropout=0.2, **kwargs)
444 return model
445
446
447@register_model

Callers

nothing calls this directly

Calls 1

NextViTClass · 0.85

Tested by

no test coverage detected