mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-21 16:18:13 +00:00
align wan tokenizer to official
This commit is contained in:
@@ -785,6 +785,7 @@ class WanVideoVAE(nn.Module):
|
||||
video = self.single_decode(hidden_state, device)
|
||||
video = video.squeeze(0)
|
||||
videos.append(video)
|
||||
videos = torch.stack(videos)
|
||||
return videos
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user