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

Method forward

ldm/modules/diffusionmodules/upscaling.py:49–50  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

47 extract_into_tensor(self.sqrt_one_minus_alphas_cumprod, t, x_start.shape) * noise)
48
49 def forward(self, x):
50 return x, None
51
52 def decode(self, x):
53 return x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected