FaceFusion
NEXT
NEXT
  • Introduction
    • Changelog
    • Disclaimer
    • Licenses
  • Installation
    • Platform
      • Linux
      • macOS
      • Windows
    • Accelerator
      • Linux
      • Windows
  • Usage
    • CLI Commands
      • General
      • Job Manager
      • Job Runner
    • CLI Arguments
      • Paths
      • Patterns
      • Face Detector
      • Face Landmarker
      • Face Selector
      • Face Masker
      • Frame Extraction
      • Output Creation
      • Processors
        • Age Modifier
        • Deep Swapper
        • Expression Restorer
        • Face Debugger
        • Face Editor
        • Face Enhancer
        • Face Swapper
        • Frame Colorizer
        • Frame Enhancer
        • Lip Syncer
      • UIs
      • Execution
      • Download
      • Memory
      • Misc
    • Deepfake Webcam
    • Platform Benchmark
    • Run With Docker
  • Troubleshooting
    • macOS
    • Windows
  • Workshop
    • Processor
    • UI Layout
    • UI Component
  • Knowledgebase
    • Face Vocabulary
    • Error Codes
    • GPU Capabilities
  • Donation
  • FAQ
  • Project
    • GitHub
    • Shop
  • COMMUNITY
    • Discord
    • Reddit
  • Partner
    • RunDiffusion
    • Pinokio
Powered by GitBook
On this page
  • CLI Arguments
  • Config Path
  • Temp Path
  • Jobs Path
  • Source Paths
  • Target Path
  • Output Path
  • Default Overrides
  1. Usage
  2. CLI Arguments

Paths

CLI Arguments

Config Path

Choose the config file to override defaults.

Argument: --config-path

Default: facefusion.ini

Example: --config-path facefusion.ini

Temp Path

Specify the directory for the temporary resources.

Argument: --temp-path

Default: TemporaryDirectory

Example: --temp-path .temp

Jobs Path

Specify the directory to store jobs.

Argument: --jobs-path

Default: .jobs

Example: --jobs-path .jobs

Source Paths

Choose the image or audio paths.

Argument: -s/--source-paths

Default: None

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

Target Path

Choose the image or video path.

Argument: -t/--target-path

Default: None

Example: --target-path target.mp4

Output Path

Specify the image or video within a directory.

Argument: -o/--output-path

Default: None

Example: --output-path output.mp4

Default Overrides

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