mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-02 10:17:09 +08:00
Fix
This commit is contained in:
parent
37384d8d52
commit
acd91d30a7
@ -544,7 +544,7 @@ class WanTrackToVideo:
|
||||
lat_h = height // 8
|
||||
lat_w = width // 8
|
||||
|
||||
msk = torch.ones(1, length - 1, lat_h, lat_w, device=start_image.device)
|
||||
msk = torch.ones(1, length, lat_h, lat_w, device=start_image.device)
|
||||
msk[:, 1:] = 0
|
||||
|
||||
# repeat first frame 4 times
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user