Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VisionXLab/OF-Diff
/ GroupNorm32
Class
GroupNorm32
ldm/modules/diffusionmodules/util.py:217–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
216
217
class
GroupNorm32(nn.GroupNorm):
218
def
forward(self, x):
219
return
super().forward(x.float()).type(x.dtype)
220
221
def
conv_nd(dims, *args, **kwargs):
222
""
"
Callers
1
normalization
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected