MCPcopy Create free account
hub / github.com/MeiGen-AI/InfiniteTalk / __init__

Method __init__

wan/modules/model.py:94–95  ·  view source on GitHub ↗
(self, dim, eps=1e-6, elementwise_affine=False)

Source from the content-addressed store, hash-verified

92class WanLayerNorm(nn.LayerNorm):
93
94 def __init__(self, dim, eps=1e-6, elementwise_affine=False):
95 super().__init__(dim, elementwise_affine=elementwise_affine, eps=eps)
96
97 def forward(self, x):
98 r"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected