MCPcopy Create free account
hub / github.com/bbaaii/DreamDiffusion / decode

Method decode

code/dc_ldm/models/autoencoder.py:556–557  ·  view source on GitHub ↗
(self, x, *args, **kwargs)

Source from the content-addressed store, hash-verified

554 return x
555
556 def decode(self, x, *args, **kwargs):
557 return x
558
559 def quantize(self, x, *args, **kwargs):
560 if self.vq_interface:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected