From 60cc060d95616d9c50c203c63ac904c9e4c43cc9 Mon Sep 17 00:00:00 2001 From: Eugene Fairley Date: Sat, 28 Jun 2025 23:42:36 -0700 Subject: [PATCH] 'save' --- comfy_extras/nodes_wan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy_extras/nodes_wan.py b/comfy_extras/nodes_wan.py index 71780410e..2f627dc54 100644 --- a/comfy_extras/nodes_wan.py +++ b/comfy_extras/nodes_wan.py @@ -677,7 +677,6 @@ class WanTrackToVideo: # mask, video = motion_patched[:, 0:4], motion_patched[:, 4:] # Add motion features to conditioning - concat_latent_image = vae.encode(image[:, :, :, :3]) positive = node_helpers.conditioning_set_values(positive, {"tracks": processed_tracks, "concat_mask": msk,