MCPcopy 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
226class FrozenCLIPEmbedderWrapper(AbstractEncoder):

Callers 3

mainFunction · 0.45
mainFunction · 0.45
add_tokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected