> For the complete documentation index, see [llms.txt](https://docs.facefusion.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facefusion.io/3.6.1/usage/cli-arguments/voice-extractor.md).

# Voice Extractor

## CLI Arguments

### Voice Extractor Model

Choose the model responsible for extracting the voices.

Argument: `--voice-extractor-model`

Default: `kim_vocal_2`

Choices:&#x20;

* `kim_vocal_1`
* `kim_vocal_2`
* `uvr_mdxnet`

Example: `--voice-extractor-model uvr_mdxnet`

## Default Overrides

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

```ini
[voice_extractor]
voice_extractor_model = uvr_mdxnet
```
