Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decode
Method · 0.95
encode
Method · 0.95
Tested by
no test coverage detected