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
  • Age Modifier Model
  • Age Modifier Direction
  • Default Overrides
  1. Usage
  2. CLI Arguments
  3. Processors

Age Modifier

CLI Arguments

Age Modifier Model

Choose the model responsible for aging the face.

Argument: --age-modifier-model

Default: styleganex_age

Choices:

  • styleganex_age

Example: --age-modifier-model styleganex_age

Age Modifier Direction

Specify the direction in which the age should be modified.

Argument: --age-modifier-direction

Default: 0

Range: -100 to 100 at 1

Example: --age-modifier-direction 100

Default Overrides

Modify the facefusion.ini file to override the defaults.

[processors]
age_modifier_model = styleganex_age
age_modifier_direction = 100