MCPcopy Create free account
hub / github.com/Sygil-Dev/sygil-webui / decode_code

Method decode_code

ldm/models/autoencoder.py:121–124  ·  view source on GitHub ↗
(self, code_b)

Source from the content-addressed store, hash-verified

119 return dec
120
121 def decode_code(self, code_b):
122 quant_b = self.quantize.embed_code(code_b)
123 dec = self.decode(quant_b)
124 return dec
125
126 def forward(self, input, return_pred_indices=False):
127 quant, diff, (_, _, ind) = self.encode(input)

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected