MCPcopy Create free account
hub / github.com/VisionXLab/OF-Diff / __init__

Method __init__

ldm/modules/diffusionmodules/upscaling.py:58–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56class SimpleImageConcat(AbstractLowScaleModel):
57 # no noise level conditioning
58 def __init__(self):
59 super(SimpleImageConcat, self).__init__(noise_schedule_config=None)
60 self.max_noise_level = 0
61
62 def forward(self, x):
63 # fix to constant noise level

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected