Skip to content

Commit bd2ab73

Browse files
authored
fix(WAN-nodes): invalid nodeid for WanTrackToVideo (comfyanonymous#9396)
1 parent da2efea commit bd2ab73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_extras/nodes_wan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class WanTrackToVideo(io.ComfyNode):
699699
@classmethod
700700
def define_schema(cls):
701701
return io.Schema(
702-
node_id="WanPhantomSubjectToVideo",
702+
node_id="WanTrackToVideo",
703703
category="conditioning/video_models",
704704
inputs=[
705705
io.Conditioning.Input("positive"),

0 commit comments

Comments
 (0)