# Age Modifier

## CLI Arguments

### Age Modifier Model

Choose the model responsible for aging the face.

Argument: `--age-modifier-model`

Default: `fran`

Choices:&#x20;

* `fran`
* `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.

```ini
[processors]
age_modifier_model = styleganex_age
age_modifier_direction = 100
```
