MCPcopy Create free account
hub / github.com/CompVis/zigma / encode

Method encode

datasets/clip.py:9–10  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

7 super().__init__()
8
9 def encode(self, *args, **kwargs):
10 raise NotImplementedError
11
12
13class FrozenCLIPEmbedder(AbstractEncoder):

Callers 5

mainFunction · 0.45
generate_run_idFunction · 0.45
test_sd_1_5Function · 0.45
open_urlFunction · 0.45
__getitem__Method · 0.45

Calls

no outgoing calls

Tested by 1

test_sd_1_5Function · 0.36