๐ Depthflow
Depthflow
Depthflow Node: This node applies a motion animation (Zoom, Dolly, Circle, Horizontal, Vertical) to an image using a depthmap and outputs an image batch as a tensor. - image: The input image. - depth_map: Depthmap corresponding to the image. - options: DepthState object. - motion: Depthflow motion object. - input_fps: Frames per second for the input video. - output_fps: Frames per second for the output video. - num_frames: Number of frames for the output video. - quality: Quality of the output video. - ssaa: Super sampling anti-aliasing samples. - invert: Invert the depthmap. - tiling_mode: Tiling mode for the image.
Pack: ๐ Depthflow Nodes
custom_nodes.ComfyUI-Depthflow-Nodes
Inputs (13)
| Name | Type | Required |
|---|---|---|
| image | IMAGE | required |
| depth_map | IMAGE | required |
| motion | DEPTHFLOW_MOTION | required |
| animation_speed | FLOAT | required |
| input_fps | FLOAT | required |
| output_fps | FLOAT | required |
| num_frames | INT | required |
| quality | INT | required |
| ssaa | FLOAT | required |
| invert | FLOAT | required |
| tiling_mode | COMBO | required |
| edge_fix | INT | required |
| effects | DEPTHFLOW_EFFECTS | optional |
Outputs (1)
| Name | Type |
|---|---|
| IMAGE | IMAGE |