Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe-research/custom-diffusion
/ encode
Method
encode
src/custom_modules.py:314–315 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
312
return
z
313
314
def
encode(self, text):
315
return
self(text)
316
317
318
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected