mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-08 06:30:04 +00:00
1.35.3 (#7405)
Patch version increment to 1.35.3 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7405-1-35-3-2c76d73d36508146b66bc18c512fd6ea) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -3049,6 +3049,72 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"GenerateTracks": {
|
||||
"display_name": "GenerateTracks",
|
||||
"inputs": {
|
||||
"width": {
|
||||
"name": "width"
|
||||
},
|
||||
"height": {
|
||||
"name": "height"
|
||||
},
|
||||
"start_x": {
|
||||
"name": "start_x",
|
||||
"tooltip": "Normalized X coordinate (0-1) for start position."
|
||||
},
|
||||
"start_y": {
|
||||
"name": "start_y",
|
||||
"tooltip": "Normalized Y coordinate (0-1) for start position."
|
||||
},
|
||||
"end_x": {
|
||||
"name": "end_x",
|
||||
"tooltip": "Normalized X coordinate (0-1) for end position."
|
||||
},
|
||||
"end_y": {
|
||||
"name": "end_y",
|
||||
"tooltip": "Normalized Y coordinate (0-1) for end position."
|
||||
},
|
||||
"num_frames": {
|
||||
"name": "num_frames"
|
||||
},
|
||||
"num_tracks": {
|
||||
"name": "num_tracks"
|
||||
},
|
||||
"track_spread": {
|
||||
"name": "track_spread",
|
||||
"tooltip": "Normalized distance between tracks. Tracks are spread perpendicular to the motion direction."
|
||||
},
|
||||
"bezier": {
|
||||
"name": "bezier",
|
||||
"tooltip": "Enable Bezier curve path using the mid point as control point."
|
||||
},
|
||||
"mid_x": {
|
||||
"name": "mid_x",
|
||||
"tooltip": "Normalized X control point for Bezier curve. Only used when 'bezier' is enabled."
|
||||
},
|
||||
"mid_y": {
|
||||
"name": "mid_y",
|
||||
"tooltip": "Normalized Y control point for Bezier curve. Only used when 'bezier' is enabled."
|
||||
},
|
||||
"interpolation": {
|
||||
"name": "interpolation",
|
||||
"tooltip": "Controls the timing/speed of movement along the path."
|
||||
},
|
||||
"track_mask": {
|
||||
"name": "track_mask",
|
||||
"tooltip": "Optional mask to indicate visible frames."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
},
|
||||
"1": {
|
||||
"name": "track_length",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"GetImageSize": {
|
||||
"display_name": "Get Image Size",
|
||||
"description": "Returns width and height of the image, and passes it through unchanged.",
|
||||
@@ -14773,6 +14839,123 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"WanMoveConcatTrack": {
|
||||
"display_name": "WanMoveConcatTrack",
|
||||
"inputs": {
|
||||
"tracks_1": {
|
||||
"name": "tracks_1"
|
||||
},
|
||||
"tracks_2": {
|
||||
"name": "tracks_2"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"WanMoveTracksFromCoords": {
|
||||
"display_name": "WanMoveTracksFromCoords",
|
||||
"inputs": {
|
||||
"track_coords": {
|
||||
"name": "track_coords"
|
||||
},
|
||||
"track_mask": {
|
||||
"name": "track_mask"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
},
|
||||
"1": {
|
||||
"name": "track_length",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"WanMoveTrackToVideo": {
|
||||
"display_name": "WanMoveTrackToVideo",
|
||||
"inputs": {
|
||||
"positive": {
|
||||
"name": "positive"
|
||||
},
|
||||
"negative": {
|
||||
"name": "negative"
|
||||
},
|
||||
"vae": {
|
||||
"name": "vae"
|
||||
},
|
||||
"strength": {
|
||||
"name": "strength",
|
||||
"tooltip": "Strength of the track conditioning."
|
||||
},
|
||||
"width": {
|
||||
"name": "width"
|
||||
},
|
||||
"height": {
|
||||
"name": "height"
|
||||
},
|
||||
"length": {
|
||||
"name": "length"
|
||||
},
|
||||
"batch_size": {
|
||||
"name": "batch_size"
|
||||
},
|
||||
"start_image": {
|
||||
"name": "start_image"
|
||||
},
|
||||
"tracks": {
|
||||
"name": "tracks"
|
||||
},
|
||||
"clip_vision_output": {
|
||||
"name": "clip_vision_output"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "positive",
|
||||
"tooltip": null
|
||||
},
|
||||
"1": {
|
||||
"name": "negative",
|
||||
"tooltip": null
|
||||
},
|
||||
"2": {
|
||||
"name": "latent",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"WanMoveVisualizeTracks": {
|
||||
"display_name": "WanMoveVisualizeTracks",
|
||||
"inputs": {
|
||||
"images": {
|
||||
"name": "images"
|
||||
},
|
||||
"line_resolution": {
|
||||
"name": "line_resolution"
|
||||
},
|
||||
"circle_size": {
|
||||
"name": "circle_size"
|
||||
},
|
||||
"opacity": {
|
||||
"name": "opacity"
|
||||
},
|
||||
"line_width": {
|
||||
"name": "line_width"
|
||||
},
|
||||
"tracks": {
|
||||
"name": "tracks"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"WanPhantomSubjectToVideo": {
|
||||
"display_name": "WanPhantomSubjectToVideo",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user