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

Method forward

ldm/modules/diffusionmodules/model.py:815–818  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

813 out_channels=tmp_chn, depth=rescale_module_depth)
814
815 def forward(self, x):
816 x = self.rescaler(x)
817 x = self.decoder(x)
818 return x
819
820
821class Upsampler(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected