Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VisionXLab/OF-Diff
/ forward
Method
forward
ldm/modules/diffusionmodules/util.py:218–219 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
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
nothing calls this directly
Calls
1
forward
Method · 0.45
Tested by
no test coverage detected