Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/diff2flow
/ forward
Method
forward
diff2flow/models/unet/attention.py:73–74 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
71
)
72
73
def
forward(self, x):
74
return
self.net(x)
75
76
77
def
zero_module(module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected