ComfyUI Extension: ComfyUI-FPSFrameDrop

Authored by dailydoseofaiart

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

A node to drop frames from the output images to force the video to a lower FPS at the same playback speed.

Looking for a different extension?

Custom Nodes (0)

    README

    VHS Force FPS Keep Speed (ComfyUI custom node)

    This node applies the same frame-time selection approach used by Video Helper Suite load video FPS forcing, but on an existing IMAGE frame batch.

    Inputs

    • images (IMAGE): frame sequence tensor
    • source_fps (FLOAT): FPS of the incoming frame sequence
    • force_fps (FLOAT): target FPS to force to (intended for lower FPS)

    Outputs

    • images (IMAGE): reduced frame sequence
    • frame_count (INT): output frame count
    • output_fps (FLOAT): FPS to use in your Video Combine node
    • dropped_frames (INT): number of frames removed

    Install

    1. Copy folder vhs_force_fps_keep_speed into your ComfyUI custom_nodes directory.
    2. Restart ComfyUI.
    3. Add node: Force FPS (Keep Speed, VHS-style).

    Typical wiring

    ... -> (IMAGE frames) -> Force FPS (Keep Speed, VHS-style) -> Video Combine

    Set Video Combine FPS to the node output_fps (or the same value as force_fps).

    Run ComfyUI workflows without the setup

    No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

    Learn more