MCPcopy 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
217class GroupNorm32(nn.GroupNorm):
218 def forward(self, x):
219 return super().forward(x.float()).type(x.dtype)
220
221def conv_nd(dims, *args, **kwargs):
222 """

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected