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

Method load_diffusion_model

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

Source from the content-addressed store, hash-verified

296 super().__init__()
297
298 def load_diffusion_model(self):
299 pass
300
301 def get_vae(self):
302 raise NotImplementedError()

Callers 1

load_diffusion_modelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected