ComfyUI Node
MultiCutAndDragOnPath
Cut and drag parts of an image along specified coordinate paths. Coordinate paths should be an array of arrays containing coordinate objects, e.g.: [ [{"x": 400, "y": 240}, {"x": 720, "y": 480}], # First path [{"x": 720, "y": 480}, {"x": 400, "y": 240}] # Second path ]
MultiCutAndDragOnPath
- image
- masks
- bg_image
- image
- mask
◄coordinate_paths—►
◄frame_width512►
◄frame_height512►
◄inpainttrue►
◄rotationfalse►
◄degrees—►
CategoryPSNodes/experimental
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| coordinate_paths | STRING | — | |
| masks | MASK | — | |
| frame_width | INT | 51216–4096 | — |
| frame_height | INT | 51216–4096 | — |
| inpaint | BOOLEAN | true | — |
| rotation | BOOLEAN | false | — |
| bg_imageopt | IMAGE | — | |
| degreesopt | STRING | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| mask | MASK | — |