MCPcopy Create free account
hub / github.com/tdrussell/diffusion-pipe / __init__

Method __init__

models/auraflow.py:222–224  ·  view source on GitHub ↗
(self, block)

Source from the content-addressed store, hash-verified

220
221class DoubleTransformerLayer(nn.Module):
222 def __init__(self, block):
223 super().__init__()
224 self.block = block
225
226 @torch.autocast('cuda', dtype=AUTOCAST_DTYPE)
227 def forward(self, inputs):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected