MCPcopy 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
615def gate(x, gate):
616 x = gate * x
617 return x
618
619
620class StepVideoTransformerBlock(nn.Module):

Callers 1

forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected