Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ LayerNorm
Class
LayerNorm
diffsynth/models/wan_video_image_encoder.py:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
227
228
class
LayerNorm(nn.LayerNorm):
229
230
def
forward(self, x):
231
return
super().forward(x).type_as(x)
232
233
234
class
SelfAttention(nn.Module):
Callers
3
__init__
Method · 0.70
__init__
Method · 0.70
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected