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

Method decode

ldm/models/autoencoder.py:217–218  ·  view source on GitHub ↗
(self, x, *args, **kwargs)

Source from the content-addressed store, hash-verified

215 return x
216
217 def decode(self, x, *args, **kwargs):
218 return x
219
220 def quantize(self, x, *args, **kwargs):
221 if self.vq_interface:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected