General

CLI Arguments

Config Path ⁿᵉˣᵗ

Choose the config file to override defaults.

Argument: -c/--config-path

Default: facefusion.ini

Example: --config-path facefusion.ini

Source Paths ⁿᵉˣᵗ

Choose single or multiple source images or audios.

Argument: -s/--source-paths

Default: None

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

Target Path ⁿᵉˣᵗ

Choose single target image or video.

Argument: -t/--target-path

Default: None

Example: --target-path target.mp4

Output Path ⁿᵉˣᵗ

Specify the output image or video within a directory.

Argument: -o/--output-path

Default: None

Example: --output-path output.mp4

Jobs Path ⁿᵉˣᵗ

Specify the directory to store jobs

Argument: -j/--jobs-path

Default: .jobs

Example: --jobs-path .jobs

Default Overrides

Modify the facefusion.ini file to override the defaults.

[general]
source_paths = source.jpg source.mp3
target_path = target.mp4
output_path = output.mp4
jobs_path = .jobs

Last updated