> 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/workflow.md).

# Workflow

## CLI Arguments

### Workflow Mode

Detect or enforce the workflow mode.

Argument: `--workflow-mode`

Default: `auto`

Choices:

* `auto`
* `image-to-image`
* `image-to-video`

Example: `--workflow-mode image-to-image`

### Workflow Strategy

Process the temporary frames in memory or on disk.

Argument: `--workflow-strategy`

Default: `memory`

Choices:

* `disk`
* `memory`

Example: `--workflow-strategy disk`

## Default Overrides

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

```ini
[workflow]
workflow_mode = image-to-image
workflow_strategy = disk
```
