> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate lipsync

> Drive a face from an image or video with an audio track.

Generate Lipsync animates a face from an image or video so it matches a connected audio track.

## When to use

* Talking avatars
* Dubbed clips
* Presenter videos

Common patterns: `upload_image → generate_lipsync`, or `upload_video → generate_lipsync`.

## Inputs

Connect an image or a video source, plus an audio track to drive the lipsync.

<ParamField body="Image" type="image">
  A still face to animate. Optional. Supports loop mode. Connect this or Video.
</ParamField>

<ParamField body="Video" type="video">
  A video face to animate. Optional. Supports loop mode. Connect this or Image.
</ParamField>

<ParamField body="Audio" type="audio" required>
  The audio track that drives the lip movement. Required.
</ParamField>

## Outputs

<ParamField body="Video" type="video">
  The lipsynced video.
</ParamField>

<Note>
  This node runs on a selectable model and consumes credits. Model-specific options (such as resolution and audio handling) are available depending on the model you choose. Pick the model in the node's config panel. See [Video models](/models/video) for the options, and [Model settings](/models/settings) for what each setting does.
</Note>
