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

Method encode

code/dc_ldm/modules/encoders/modules.py:17–18  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

15 super().__init__()
16
17 def encode(self, *args, **kwargs):
18 raise NotImplementedError
19
20
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected