FaceFusion
3.2.0
3.2.0
  • 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
  • Face Detector Model
  • Face Detector Size
  • Face Detector Angles
  • Face Detector Score
  • Default Overrides
  1. Usage
  2. CLI Arguments

Face Detector

CLI Arguments

Face Detector Model

Choose the model responsible for detecting the faces.

Argument: --face-detector-model

Default: yoloface

Choices:

  • many

  • retinaface

  • scrfd

  • yoloface

Example: --face-detector-model many

Face Detector Size

Specify frame size provided to the face detector.

Argument: --face-detector-size

Default: 640x640

Choices:

  • 160x160

  • 320x320

  • 480x480

  • 512x512

  • 640x640

  • 768x768

  • 960x960

  • 1024x1024

Example: --face-detector-size 320x320

Face Detector Angles

Specify the angles to rotate the frame before detecting faces.

Argument: --face-detector-angles

Default: 0

Choices:

  • 0

  • 90

  • 180

  • 270

Example: --face-detector-angles 0 180

Face Detector Score

Filter the detected faces base on the confidence score.

Argument: --face-detector-score

Default: 0.5

Range: 0 to 1 at 0.05

Example: --face-detector-score 0.7

Default Overrides

Modify the facefusion.ini file to override the defaults.

[face_detector]
face_detector_model = many
face_detector_size = 320x320
face_detector_angles = 0 180
face_detector_score = 0.7