From bdabcf54c4d5dbdef1bb6046f7071d03f512c535 Mon Sep 17 00:00:00 2001 From: Eugene Fairley Date: Sun, 29 Jun 2025 00:30:44 -0700 Subject: [PATCH] 'save' --- comfy_extras/nodes_wan.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comfy_extras/nodes_wan.py b/comfy_extras/nodes_wan.py index 2f627dc54..997945b7d 100644 --- a/comfy_extras/nodes_wan.py +++ b/comfy_extras/nodes_wan.py @@ -500,7 +500,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(