Nodes/comfyui-timesaver/TS Frame Interpolation
ComfyUI Node

TS Frame Interpolation

Interpolate intermediate frames with RIFE or FILM to smooth or slow down a clip.

By AlexYez·Created 2 years ago·Updated 3 days ago· 11
TS Frame Interpolation
  • images
  • images
model_namerife_v4.26.safetensors
modeslowdown_x
slowdown_factor2.0
source_fps24.0
target_fps60.0
max_timestep_batch8
tile_size0
tile_overlap64
CategoryTS/Video

Inputs (9)

NameTypeDefaultDescription
imagesIMAGEInput frame sequence to interpolate. At least 2 frames are required.
model_nameCOMBOrife_v4.26.safetensorsRIFE checkpoint stored in ComfyUI/models/rife. Missing files are downloaded automatically.
modeCOMBOslowdown_xslowdown_x extends the clip length. fps_conversion resamples motion to a target FPS.
slowdown_factorFLOAT2.01–16Used when mode is slowdown_x.
source_fpsFLOAT24.01–240Used when mode is fps_conversion.
target_fpsFLOAT60.01–240Used when mode is fps_conversion. Must be greater than or equal to source_fps.
max_timestep_batchINT81–64Maximum number of intermediate timestamps evaluated together. Lower values reduce VRAM peaks on long clips.
tile_sizeINT00–40960 = automatic. Positive values force tiled interpolation for high-resolution video.
tile_overlapINT6416–512Blend overlap between tiles. Higher values reduce seams but use more compute.

Outputs (1)

NameTypeDescription
imagesIMAGEInterpolated frame sequence with the requested cadence.