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

Method encode

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

Source from the content-addressed store, hash-verified

551 super().__init__()
552
553 def encode(self, x, *args, **kwargs):
554 return x
555
556 def decode(self, x, *args, **kwargs):
557 return x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected