Draw Joint On Path (QQ)
DrawJointOnPath
Draws a rectangle defined by the first and last points of a coordinate list. The width is controlled by shape_width, and the length is the distance between the first and last points. If pivot_coordinates are provided: - relative_pivot=True: The pivot movement offsets the entire shape from its path-defined position. - relative_pivot=False: The pivot replaces the starting point of the shape for positioning.
Pack: ComfyUI-WanVideoWrapper_QQ
custom_nodes.ComfyUI-WanVideoWrapper_QQ
Inputs (14)
| Name | Type | Required |
|---|---|---|
| coordinates | STRING | required |
| bg_image | IMAGE | required |
| path_frame_config | PATH_FRAME_CONFIG | required |
| shape_width | INT | required |
| shape_width_end | INT | required |
| bg_color | STRING | required |
| fill_color | STRING | required |
| blur_radius | FLOAT | required |
| intensity | FLOAT | required |
| trailing | FLOAT | required |
| bounce_between | FLOAT | required |
| pivot_coordinates | STRING | optional |
| relative_pivot | BOOLEAN | optional |
| scaling_enabled | BOOLEAN | optional |