MCPcopy Create free account
hub / github.com/VisionXLab/OF-Diff / encode

Method encode

ldm/modules/encoders/modules.py:194–195  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

192 return x
193
194 def encode(self, text):
195 return self(text)
196
197
198class FrozenCLIPT5Encoder(AbstractEncoder):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected