MCPcopy Create free account
hub / github.com/ToTheBeginning/PuLID / forward

Method forward

flux/modules/autoencoder.py:311–312  ·  view source on GitHub ↗
(self, x: Tensor)

Source from the content-addressed store, hash-verified

309 return self.decoder(z)
310
311 def forward(self, x: Tensor) -> Tensor:
312 return self.decode(self.encode(x))

Callers

nothing calls this directly

Calls 2

decodeMethod · 0.95
encodeMethod · 0.95

Tested by

no test coverage detected