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

Method forward

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

Source from the content-addressed store, hash-verified

832 ch_mult=[ch_mult for _ in range(num_blocks)])
833
834 def forward(self, x):
835 x = self.rescaler(x)
836 x = self.decoder(x)
837 return x
838
839
840class Resize(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected