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

Method __init__

diffsynth/models/stepvideo_dit.py:327–328  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

325
326class Attention(nn.Module):
327 def __init__(self):
328 super().__init__()
329
330 def attn_processor(self, attn_type):
331 if attn_type == 'torch':

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected