> 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/usage/cli-arguments/paths.md).

# Paths

## CLI Arguments <a href="#cli-arguments" id="cli-arguments"></a>

### Config Path <a href="#config-path" id="config-path"></a>

Choose the config file to override defaults.

Argument: `--config-path`

Default: `facefusion.ini`

Example: `--config-path facefusion.ini`

### Temp Path <a href="#temp-path" id="temp-path"></a>

Specify the directory for the temporary resources.

Argument: `--temp-path`

Default: `TemporaryDirectory`

Example: `--temp-path .temp`

### Jobs Path <a href="#jobs-path" id="jobs-path"></a>

Specify the directory to store jobs.

Argument: `--jobs-path`

Default: `.jobs`

Example: `--jobs-path .jobs`

### Source Paths <a href="#source-paths" id="source-paths"></a>

Choose the image or audio paths.

Argument: `-s/--source-paths`

Default: `None`

Example: `--source-paths source.jpg source.mp3`

### Target Path <a href="#target-path" id="target-path"></a>

Choose the image or video path.

Argument: `-t/--target-path`

Default: `None`

Example: `--target-path target.mp4`

### Output Path <a href="#output-path" id="output-path"></a>

Specify the image or video within a directory.

Argument: `-o/--output-path`

Default: `None`

Example: `--output-path output.mp4`

## Default Overrides <a href="#default-overrides" id="default-overrides"></a>

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

```ini
[paths]
temp_path = .temp
jobs_path = .jobs
source_paths = source.jpg source.mp3
target_path = target.mp4
output_path = output.mp4
```
