MCPcopy Create free account
hub / github.com/IceClear/StableSR / decode

Method decode

ldm/models/autoencoder.py:115–118  ·  view source on GitHub ↗
(self, quant)

Source from the content-addressed store, hash-verified

113 return h
114
115 def decode(self, quant):
116 quant = self.post_quant_conv(quant)
117 dec = self.decoder(quant)
118 return dec
119
120 def decode_code(self, code_b):
121 quant_b = self.quantize.embed_code(code_b)

Callers 12

decode_codeMethod · 0.95
forwardMethod · 0.95
predictMethod · 0.45
inferenceFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
flowreadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected