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

Frame Colorizer

CLI Arguments

Frame Colorizer Model

Choose the model responsible for colorizing the frame.

Argument: --frame-colorizer-model

Default: ddcolor

Choices:

  • ddcolor

  • ddcolor_artistic

  • deoldify

  • deoldify_artistic

  • deoldify_stable

Example: --frame-enhancer-model deoldify

Frame Colorizer Size

Specify the frame size provided to the frame colorizer.

Argument: --frame-colorizer-size

Default: 256x256

Choices:

  • 256x256

  • 384x384

  • 512x512

Example: --frame-colorizer-size 512

Frame Colorizer Blend

Blend the colorized into the previous frame.

Argument: --frame-colorizer-blend

Default: 100

Range: 0 to 100 at 1

Example: --frame-colorizer-blend 100

Default Overrides

Modify the facefusion.ini file to override the defaults.

[processors]
frame_colorizer_model = deoldify
frame_colorizer_size = 512
frame_colorizer_blend = 100