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(