1
0
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:
kijai
2025-12-31 15:56:10 +02:00
parent cced7fefbe
commit bf1d77fe15

View File

@@ -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, :, :],