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