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
  • Frame Enhancer Model
  • Frame Enhancer Blend
  • Default Overrides
  1. Usage
  2. CLI Arguments
  3. Processors

Frame Enhancer

CLI Arguments

Frame Enhancer Model

Choose the model responsible for enhancing the frame.

Argument: --frame-enhancer-model

Default: span_kendata_x4

Choices:

  • lsdir_x4

  • nomos8k_sc_x4

  • real_esrgan_x2

  • real_esrgan_x2_fp16

  • real_esrgan_x4

  • real_esrgan_x4_fp16

  • real_hatgan_x4

  • span_kendata_x4

Example: --frame-enhancer-model real_hatgan_x4

Frame Enhancer Blend

Blend the enhanced into the previous frame.

Argument: --frame-enhancer-blend

Default: 80

Range: 0 to 100 at 1

Example: --frame-enhancer-blend 100

Default Overrides

Modify the facefusion.ini file to override the defaults.

[processors]
frame_enhancer_model = real_hatgan_x4
frame_enhancer_blend = 100