You've already forked ComfyUI-WanVideoWrapper
mirror of
https://github.com/kijai/ComfyUI-WanVideoWrapper.git
synced 2026-01-26 23:41:35 +03:00
Update wan_video_vae.py
This commit is contained in:
@@ -1140,7 +1140,7 @@ class VideoVAE_(nn.Module):
|
||||
except:
|
||||
pass
|
||||
x = self.conv2(z)
|
||||
for i in range(iter_):
|
||||
for i in tqdm(range(iter_), desc="WanVAE decoding frames", disable=not pbar):
|
||||
self._conv_idx = [0]
|
||||
if i == 0:
|
||||
out = self.decoder(x[:, :, i:i + 1, :, :],
|
||||
|
||||
Reference in New Issue
Block a user