From 32553f6d968480fa5d802e5e91de877447c5af9c Mon Sep 17 00:00:00 2001 From: Eugene Fairley Date: Sat, 28 Jun 2025 00:01:32 -0700 Subject: [PATCH] save --- comfy_extras/nodes_wan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_extras/nodes_wan.py b/comfy_extras/nodes_wan.py index bc34ef68e..b0b9f1cb9 100644 --- a/comfy_extras/nodes_wan.py +++ b/comfy_extras/nodes_wan.py @@ -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(