mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-02 21:27:12 +08:00
'save'
This commit is contained in:
parent
bdabcf54c4
commit
53d173e59e
@ -1109,7 +1109,8 @@ def patch_motion(
|
||||
):
|
||||
"""Apply motion patching based on tracks"""
|
||||
with torch.no_grad():
|
||||
print("vid shape:", vid)
|
||||
print("vid shape:", vid[0,0])
|
||||
print("vid shape:", vid[0,10])
|
||||
_, T, H, W = vid.shape
|
||||
N = tracks.shape[2]
|
||||
_, tracks_xy, visible = torch.split(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user