Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeiGen-AI/MultiTalk
/ decode
Method
decode
wan/modules/vae.py:657–663 ·
view source on GitHub ↗
(self, zs)
Source
from the content-addressed store, hash-verified
655
]
656
657
def
decode(self, zs):
658
with
amp.autocast(dtype=self.dtype):
659
return
[
660
self.model.decode(u.unsqueeze(0),
661
self.scale).float().clamp_(-1, 1).squeeze(0)
662
for
u in zs
663
]
Callers
7
generate
Method · 0.45
generate
Method · 0.45
generate
Method · 0.45
decode_latent
Method · 0.45
generate
Method · 0.45
rand_name
Function · 0.45
rand_name
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected