MCPcopy Create free account
hub / github.com/OpenImagingLab/FlashVSR / __init__

Method __init__

diffsynth/models/stepvideo_vae.py:22–23  ·  view source on GitHub ↗
(self, num_groups, num_channels)

Source from the content-addressed store, hash-verified

20
21class BaseGroupNorm(nn.GroupNorm):
22 def __init__(self, num_groups, num_channels):
23 super().__init__(num_groups=num_groups, num_channels=num_channels)
24
25 def forward(self, x, zero_pad=False, **kwargs):
26 if zero_pad:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected