Nodes/ComfyUI_pytorch360convert_video/Create360SweepVideoFramesNode
ComfyUI Node

Create360SweepVideoFramesNode

Generate rotational frames from 360° equirectangular images and save them into <output_dir>/video_frames/.

By ProGamerGov·Created 10 months ago·Updated 10 months ago· 10
Create360SweepVideoFramesNode
  • images
    output_dir/tmp/ComfyUI/output
    filename_prefixsweep360
    width1920
    height1080
    fps60
    duration_per_image5.00
    total_duration0.00
    fov_h120.00
    fov_w100.00
    speed_profileconstant
    interpolation_modebilinear
    vertical_modenone
    vertical_amplitude_deg15.00
    vertical_patternsine
    vertical_pole_fraction0.50
    start_yaw_deg0.00
    end_yaw_deg360.00
    save_formatpng
    Categorypytorch360convert/video

    Inputs (19)

    NameTypeDefaultDescription
    imagesIMAGEInput equirectangular images (BHWC tensor).
    output_dirSTRING/tmp/ComfyUI/outputWhere to save frames (video_frames subfolder added).
    filename_prefixSTRINGsweep360Prefix for saved frames
    widthINT1920Output frame width (pixels). Should match fov_w:fov_h ratio for best results.
    heightINT1080Output frame height (pixels). Should match fov_w:fov_h ratio for best results.
    fpsINT60Frames per second.
    duration_per_imageFLOAT5.00Seconds per 360° sweep (per input image).
    total_durationFLOAT0.00Total duration for all images (overrides duration_per_image if >0).
    fov_hFLOAT120.00Horizontal FOV (degrees). Should match width:height ratio for best results.
    fov_wFLOAT100.00Vertical FOV (degrees). Should match width:height ratio for best results.
    speed_profileCOMBOconstantYaw speed profile.
    interpolation_modeCOMBObilinearSampling mode for equirectangular to projection.
    vertical_modeCOMBOnoneVertical movement mode. Only used if vertical_mode is not set to None.
    vertical_amplitude_degFLOAT15.00Amplitude in degrees for vertical motion. Only used if vertical_mode is not set to None.
    vertical_patternCOMBOsinePattern for vertical motion. Only used if vertical_mode is not set to None.
    vertical_pole_fractionFLOAT0.50Fraction of frames for separate pole sweep. Only used if vertical_mode is not set to None.
    start_yaw_degFLOAT0.00Starting yaw angle (degrees).
    end_yaw_degFLOAT360.00Ending yaw angle (degrees).
    save_formatCOMBOpngImage format for saved frames.

    Outputs (0)

    No outputs