Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tdrussell/diffusion-pipe
/ vae_decode
Function
vae_decode
tools/wan_vae_test.py:29–30 ·
view source on GitHub ↗
(tensor, vae)
Source
from the content-addressed store, hash-verified
27
28
29
def
vae_decode(tensor, vae):
30
return
vae.model.decode(tensor, vae.scale)
31
32
33
def
write_image(decoded, name):
Callers
1
wan_vae_test.py
File · 0.70
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected