Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adobe-research/custom-diffusion
/ encode
Method
encode
src/custom_modules.py:222–223 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
220
super().__init__()
221
222
def
encode(self, *args, **kwargs):
223
raise
NotImplementedError
224
225
226
class
FrozenCLIPEmbedderWrapper(AbstractEncoder):
Callers
3
main
Function · 0.45
main
Function · 0.45
add_token
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected