Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/diff2flow
/ encode
Method
encode
diff2flow/conditioning/encoders.py:144–145 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
142
return
x
143
144
def
encode(self, text):
145
return
self(text)
146
147
148
class
FrozenOpenCLIPEmbedder(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected