MCPcopy Create free account
hub / github.com/tdrussell/diffusion-pipe / get_vae

Method get_vae

models/base.py:301–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

299 pass
300
301 def get_vae(self):
302 raise NotImplementedError()
303
304 def get_text_encoders(self):
305 raise NotImplementedError()

Callers 1

sampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected