From a30704e0c0c84735c9ae6b688abe186e6dea6ca0 Mon Sep 17 00:00:00 2001 From: Eugene Fairley Date: Fri, 27 Jun 2025 09:09:18 -0700 Subject: [PATCH] fix --- comfy_extras/nodes_wan.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/comfy_extras/nodes_wan.py b/comfy_extras/nodes_wan.py index f13c93667..1d8e4dc22 100644 --- a/comfy_extras/nodes_wan.py +++ b/comfy_extras/nodes_wan.py @@ -679,11 +679,6 @@ class WanTrackToVideo: {"concat_mask": mask, "concat_latent_image": video}) - # Add motion features to conditioning - positive = node_helpers.conditioning_set_values(positive, - {"concat_latent_image": motion_patched}) - negative = node_helpers.conditioning_set_values(negative, - {"concat_latent_image": motion_patched}) # Handle clip vision output if provided if clip_vision_output is not None: