Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FireRedTeam/LayerDiffuse-Flux
/ sd_decode
Method
sd_decode
lib_layerdiffuse/vae.py:264–265 ·
view source on GitHub ↗
(self, latent)
Source
from the content-addressed store, hash-verified
262
263
264
def
sd_decode(self, latent):
265
return
self.sd_vae.decode(latent)
266
267
def
decode(self, latent, aug=True):
268
origin_pixel = self.sd_vae.decode(latent).sample
Callers
nothing calls this directly
Calls
1
decode
Method · 0.80
Tested by
no test coverage detected