Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
class
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