Infery.ai
← All models

RIFE

rife

Image generationby rife

Interpolate images with RIFE - Real-Time Intermediate Flow Estimation

images

Pricing

Price
0.163 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
fpsintegerFrames per second for the output video. Only applicable if output_type is 'video'.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
num_framesintegerThe number of frames to generate between the input images.
include_endbooleanWhether to include the end image in the output.
output_typestringenum: images, videoThe type of output to generate; either individual images or a video.
end_image_urlrequiredstringThe URL of the second image to use as the ending point for interpolation.
include_startbooleanWhether to include the start image in the output.
output_formatstringenum: png, jpegThe format of the output images. Only applicable if output_type is 'images'.
start_image_urlrequiredstringThe URL of the first image to use as the starting point for interpolation.

Output

FieldTypeDescription
videoThe generated video file, if output_type is 'video'.
imagesarrayThe generated frames as individual images.