infery
← All models

Infinitalk

infinitalk

Video generationby Infinitalk

Infinitalk model generates a talking avatar video from an image and audio file. The avatar lip-syncs to the provided audio with natural facial expressions.

Example

Details

Accepts
audio + image + video

Pricing

Price
37.5 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedintegerRandom seed for reproducibility. If None, a random seed is chosen.
promptrequiredstringThe text prompt to guide video generation.
audio_urlrequiredstringThe URL of the audio file.
image_urlstringURL of the input image. If the input image does not match the chosen aspect ratio, it is resized and center cropped.
num_framesintegerNumber of frames to generate. Must be between 41 to 721.
resolutionstringenum: 480p, 720pResolution of the video to generate. Must be either 480p or 720p.
accelerationstringenum: none, regular, highThe acceleration level to use for generation.
video_urlstringURL of the input video.

Output

FieldTypeDescription
seedintegerThe seed used for generation.
videoThe generated video file.