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

Method __init__

models/base.py:295–296  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

293
294class BasePipeline(CommonPipeline):
295 def __init__(self, *args, **kwargs):
296 super().__init__()
297
298 def load_diffusion_model(self):
299 pass

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected