# Lip Syncer

## CLI Arguments

### Lip Syncer Model

Choose the model responsible for syncing the lips.

Argument: `--lip-syncer-model`

Default: `wav2lip_gan_96`

Choices:

* `edtalk_256`
* `wav2lip_96`
* `wav2lip_gan_96`

Example: `--lip-syncer-model edtalk_256`

### Lip Syncer Weight

Specify the degree of weight applied to the lips.

Argument: `--lip-syncer-weight`

Default: `0.5`

Range: `0.0` to `1.0` at `0.05`

Example: `--lip-syncer-weight 1.0`

## Default Overrides

Modify the `facefusion.ini` file to override the defaults.

```ini
[processors]
lip_syncer_model = edtalk_256
lip_syncer_weight = 1.0
```
