xconda/sync-up

Audio-driven lip sync for one or two speakers using latent diffusion, based on LatentSync 1.6.

Public
54 runs

Run xconda/sync-up with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
video
string
Input video
audio
string
Input audio (speaker 1)
audio2
string
Input audio (speaker 2, optional)
guidance_scale
number
2

Min: 1

Max: 3

Guidance scale
inference_steps
integer
20

Min: 20

Max: 50

Inference steps
seed
integer
0
Set to 0 for Random seed

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}