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
  • Source Pattern
  • Target Pattern
  • Output Pattern
  • Default Overrides
  1. Usage
  2. CLI Arguments

Patterns

CLI Arguments

Source Pattern

Choose the image or audio pattern.

Argument: -s/--source-pattern

Default: None

Example: --source-pattern \*.jpg

Target Pattern

Choose the image or video pattern.

Argument: -t/--target-pattern

Default: None

Example: --target-pattern \*.mp4

Output Pattern

Specify the image or video pattern.

Argument: -o/--output-pattern

Default: None

Example: --output-pattern {index}.mp4

Default Overrides

Modify the facefusion.ini file to override the defaults.

[patterns]
source_pattern = *.jpg
target_pattern = *.mp4
output_pattern = {index}.mp4