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

Method forward

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

Source from the content-addressed store, hash-verified

796 mid_channels=intermediate_chn, out_channels=out_ch, depth=rescale_module_depth)
797
798 def forward(self, x):
799 x = self.encoder(x)
800 x = self.rescaler(x)
801 return x
802
803
804class MergedRescaleDecoder(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected