mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-03 00:07:07 +08:00
save
This commit is contained in:
parent
5feb9a6915
commit
32553f6d96
@ -500,6 +500,7 @@ def patch_motion(
|
||||
):
|
||||
"""Apply motion patching based on tracks"""
|
||||
with torch.no_grad():
|
||||
print("vid shape:", vid)
|
||||
_, T, H, W = vid.shape
|
||||
N = tracks.shape[2]
|
||||
_, tracks_xy, visible = torch.split(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user