Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ zigma_h_1
Function
zigma_h_1
model_zigma.py:1125–1127 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
1123
1124
1125
def
zigma_h_1(**kwargs):
1126
model = ZigMa(patch_size=1, embed_dim=1536, depth=48, **kwargs)
1127
return
model
1128
1129
1130
def
zigma_h_2(**kwargs):
Callers
nothing calls this directly
Calls
1
ZigMa
Class · 0.85
Tested by
no test coverage detected