Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ gate
Function
gate
diffsynth/models/stepvideo_dit.py:615–617 ·
view source on GitHub ↗
(x, gate)
Source
from the content-addressed store, hash-verified
613
614
615
def
gate(x, gate):
616
x = gate * x
617
return
x
618
619
620
class
StepVideoTransformerBlock(nn.Module):
Callers
1
forward
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected