From 301fa71f8ce6faf219d51cc65e39781ab50e9df9 Mon Sep 17 00:00:00 2001 From: bigcat88 Date: Mon, 18 Aug 2025 07:40:16 +0300 Subject: [PATCH] fix(WAN-nodes): invalid nodeid for WanTrackToVideo --- comfy_extras/nodes_wan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_wan.py b/comfy_extras/nodes_wan.py index 83a990688..0fff02f76 100644 --- a/comfy_extras/nodes_wan.py +++ b/comfy_extras/nodes_wan.py @@ -699,7 +699,7 @@ class WanTrackToVideo(io.ComfyNode): @classmethod def define_schema(cls): return io.Schema( - node_id="WanPhantomSubjectToVideo", + node_id="WanTrackToVideo", category="conditioning/video_models", inputs=[ io.Conditioning.Input("positive"),