MCPcopy Create free account
hub / github.com/Vchitect/SEINE / encode

Method encode

models/clip.py:57–58  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

55 return z
56
57 def encode(self, text):
58 return self(text)
59
60
61class TextEmbedder(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected