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 Swapper Model
  • Face Swapper Pixel Boost
  • Default Overrides
  1. Usage
  2. CLI Arguments
  3. Processors

Face Swapper

CLI Arguments

Face Swapper Model

Choose the model responsible for swapping the face.

Argument: --face-swapper-model

Default: inswapper_128_fp16

Choices:

  • blendswap_256

  • ghost_1_256

  • ghost_2_256

  • ghost_3_256

  • hififace_unofficial_256

  • inswapper_128

  • inswapper_128_fp16

  • simswap_256

  • simswap_unofficial_512

  • uniface_256

Example: --face-swapper-model ghost_2_256

Face Swapper Pixel Boost

Choose the pixel boost resolution for the face swapper.

Argument: --face-swapper-pixel-boost

Default: 128x128

Choices:

  • 128x128

  • 256x256

  • 384x384

  • 512x512

  • 768x768

  • 1024x1024

Example: --face-swapper-pixel-boost 512x512

Default Overrides

Modify the facefusion.ini file to override the defaults.

[processors]
face_swapper_model = ghost_2_256
face_swapper_pixel_boost = 512x512

Last updated 3 months ago