From 1cbb7e18382f6b5ac6e573df5f146b435d9e39bc Mon Sep 17 00:00:00 2001 From: Eugene Fairley Date: Sun, 29 Jun 2025 00:41:59 -0700 Subject: [PATCH] 'save' --- comfy/model_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comfy/model_base.py b/comfy/model_base.py index 1948b8158..a2a27e6f9 100644 --- a/comfy/model_base.py +++ b/comfy/model_base.py @@ -1109,8 +1109,8 @@ def patch_motion( ): """Apply motion patching based on tracks""" with torch.no_grad(): - print("vid shape:", vid[0,0]) - print("vid shape:", vid[0,10]) + print("vid shape:", vid[4,0]) + print("vid shape:", vid[4,10]) _, T, H, W = vid.shape N = tracks.shape[2] _, tracks_xy, visible = torch.split(