ComfyUI Extension
ComfyUI-WanMove-Adapter
This custom node allows you to convert trajectories from JSON files directly into WanMove TRACKS.
danielvw/ComfyUI-WanMove-Adapter
Nodes1
On cloudLocal install
CategoryWanMove/Adapters
Stars2
Updated7 months ago
Readme
ComfyUI-WanMove-Adapter
JSON → WanMove TRACKS Node for ComfyUI
This custom node allows you to convert trajectories from JSON files directly into WanMove TRACKS. It supports:
- Any number of tracks
- Flexible frame length (
num_frames) - Normalized (0-1) or pixel coordinates (
normalized) - Automatic visibility tensors
Installation
- Copy the node to
custom_nodes/ComfyUI-WanMove-Adapter/coords_to_tracks.py - Restart ComfyUI
- The node will appear under
WanMove/Adapters
Usage
from coords_to_tracks import CoordsToWanTracks
node = CoordsToWanTracks()
tracks = node.convert(coords=json_string, width=720, height=720, num_frames=81, normalized=False)