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
  • Open Browser
  • UI Layouts
  • UI Workflow
  • Default Overrides
  1. Usage
  2. CLI Arguments

UIs

CLI Arguments

Open Browser

Open the browser once the program is ready.

Argument: --open-browser

Default: None

Example: --open-browser

UI Layouts

Launch a single or multiple UI layouts.

Argument: --ui-layouts

Default: default

Choices:

  • benchmark

  • default

  • jobs

  • webcam

Example: --ui-layouts default jobs

UI Workflow

Choose the UI workflow.

Argument: --ui-workflow

Default: instant_runner

Choices:

  • instant_runner

  • job_runner

  • job_manager

Example: --ui-workflow job_manager

Default Overrides

Modify the facefusion.ini file to override the defaults.

[uis]
open_browser = True
ui_layouts = default jobs
ui_workflow = job_manager