From 5f3ddb371dee69e6d63c5d8d73a6927a67166186 Mon Sep 17 00:00:00 2001 From: Eugene Fairley Date: Sun, 29 Jun 2025 01:25:11 -0700 Subject: [PATCH] 'save' --- comfy/model_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy/model_base.py b/comfy/model_base.py index a2a27e6f9..11624c6b0 100644 --- a/comfy/model_base.py +++ b/comfy/model_base.py @@ -1154,6 +1154,7 @@ def patch_motion( ) point_feature = point_feature.squeeze(0).squeeze(1).permute(1, 0) # N, C=16 + print("point_feature shape:", point_feature.shape) out_feature = merge_final(point_feature, vert_weight, vert_index).permute(3, 0, 1, 2) # T - 1, H, W, C => C, T - 1, H, W out_weight = vert_weight.sum(-1) # T - 1, H, W