General

CLI Arguments

Config

Choose the config file to override defaults.

Argument: -c/--config

Default: facefusion.ini

Example: --config facefusion.ini

Target

Choose single target image or video.

Argument: -t/--target

Default: None

Example: --target video.mp4

Output

Specify the output file or directory.

Argument: -o/--output

Default: None

Example: --output .

Default Overrides

Modify the facefusion.ini file to override the defaults.

[general]
source_paths = image1.jpg image2.jpg audio.mp3
target_path = video.mp4
output_path = .

Last updated