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

Method __init__

diffsynth/models/sd_unet.py:212–213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210
211class PushBlock(torch.nn.Module):
212 def __init__(self):
213 super().__init__()
214
215 def forward(self, hidden_states, time_emb, text_emb, res_stack, **kwargs):
216 res_stack.append(hidden_states)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected