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
  • Face Landmarker Model
  • Face Landmarker Score
  • Default Overrides
  1. Usage
  2. CLI Arguments

Face Landmarker

CLI Arguments

Face Landmarker Model

Choose the model responsible for detecting the face landmarks.

Argument: --face-landmarker-model

Default: 2dfan4

Choices:

  • many

  • 2dfan4

  • peppa_wutz

Example: --face-landmarker-model many

Face Landmarker Score

Filter the detected face landmarks base on the confidence score.

Argument: --face-landmarker-score

Default: 0.5

Range: 0 to 1 at 0.05

Example: --face-landmarker-score 0.7

Default Overrides

Modify the facefusion.ini file to override the defaults.

[face_landmarker]
face_landmarker_model = many
face_landmarker_score = 0.7