MCPcopy 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
29def vae_decode(tensor, vae):
30 return vae.model.decode(tensor, vae.scale)
31
32
33def write_image(decoded, name):

Callers 1

wan_vae_test.pyFile · 0.70

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected