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
      • Download
      • Benchmark
      • Execution
      • 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
Powered by GitBook
On this page
  • CLI Arguments
  • Benchmark Resolutions
  • Benchmark Cycle Count
  • Default Overrides
  1. Usage
  2. CLI Arguments

Benchmark

CLI Arguments

Benchmark Resolutions

Choose the resolutions for the benchmarks.

Argument: --benchmark_resolutions

Default: 240p

Choices:

  • 240p

  • 360p

  • 540p

  • 720p

  • 1080p

  • 1440p

  • 2160p

Example: --benchmark-resolutions 240p 360p

Benchmark Cycle Count

Specify the amount of cycles per benchmark.

Argument: --benchmark-cycle-count

Default: 5

Range: 1 to 10 at 1

Example: --benchmark-cycle-count 10

Default Overrides

Modify the facefusion.ini file to override the defaults.

[benchmark]
benchmark_resolutions = 240p 360p
benchmark_cycle_count = 10

Last updated 19 hours ago