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