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

Method __init__

models/ideogram4.py:30–33  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

28 channels = 128
29
30 def __init__(self, *args, **kwargs):
31 super().__init__(*args, **kwargs)
32 self.latent_format = comfy.latent_formats.Flux2()
33 self.offloader = ModelOffloader('dummy', [], 0, 0, True, torch.device('cuda'), False, debug=False)
34
35 def to_layers(self):
36 diffusion_model = self.diffusion_model

Callers

nothing calls this directly

Calls 2

ModelOffloaderClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected