Choose the config file to override defaults.
Argument: --config-path
Default: facefusion.ini
Example: --config-path facefusion.ini
Specify the directory for the temporary resources.
Argument: --temp-path
Default: TemporaryDirectory
Example: --temp-path .temp
Specify the directory to store jobs.
Argument: --jobs-path
Default: .jobs
Example: --jobs-path .jobs
Choose the image or audio paths.
Argument: -s/--source-paths
Default: None
Example: --source-paths source.jpg source.mp3
Choose the image or video path.
Argument: -t/--target-path
Default: None
Example: --target-path target.mp4
Specify the image or video within a directory.
Argument: -o/--output-path
Default: None
Example: --output-path output.mp4
Modify the facefusion.ini file to override the defaults.
[paths]
temp_path = .temp
jobs_path = .jobs
source_paths = source.jpg source.mp3
target_path = target.mp4
output_path = output.mp4