This commit is contained in:
Eugene Fairley 2025-06-27 09:09:18 -07:00
parent 01646347f4
commit a30704e0c0

View File

@ -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: