MCPcopy 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
25def vae_encode(tensor, vae):
26 return vae.model.encode(tensor, vae.scale)
27
28
29def vae_decode(tensor, vae):

Callers 1

wan_vae_test.pyFile · 0.70

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected