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

Method encode

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

Source from the content-addressed store, hash-verified

82 return z
83
84 def encode(self, text):
85 return self(text)
86
87
88class FrozenCLIPEmbedder(AbstractEncoder):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected