๐ŸŒŠ 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)

NameTypeRequired
imageIMAGErequired
depth_mapIMAGErequired
motionDEPTHFLOW_MOTIONrequired
animation_speedFLOATrequired
input_fpsFLOATrequired
output_fpsFLOATrequired
num_framesINTrequired
qualityINTrequired
ssaaFLOATrequired
invertFLOATrequired
tiling_modeCOMBOrequired
edge_fixINTrequired
effectsDEPTHFLOW_EFFECTSoptional

Outputs (1)

NameType
IMAGEIMAGE