From 5487a54578525ef5b15e03357fcfd7e6430e0cba Mon Sep 17 00:00:00 2001 From: Eugene Fairley Date: Sun, 29 Jun 2025 12:25:29 -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 fa0d980fb..0d7527a9d 100644 --- a/comfy_extras/nodes_wan.py +++ b/comfy_extras/nodes_wan.py @@ -638,7 +638,6 @@ class WanTrackToVideo: if start_image is not None: start_image = comfy.utils.common_upscale(start_image[:length].movedim(-1, 1), width, height, "bilinear", "center").movedim(1, -1) - start_image = start_image * 2 - 1 lat_h = height // 8 lat_w = width // 8