MCPcopy Create free account
hub / github.com/TencentARC/MotionCtrl / quantize

Method quantize

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

Source from the content-addressed store, hash-verified

213 return x
214
215 def quantize(self, x, *args, **kwargs):
216 if self.vq_interface:
217 return x, None, [None, None, None]
218 return x
219
220 def forward(self, x, *args, **kwargs):
221 return x

Callers 1

p_sample_ddimMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected