# Face Enhancer

## CLI Arguments

### Face Enhancer Model

Choose the model responsible for enhancing the face.

Argument: `--face-enhancer-model`

Default: `gfpgan_1.4`

Choices:

* `codeformer`
* `gfpgan_1.2`
* `gfpgan_1.3`
* `gfpgan_1.4`
* `gpen_bfr_256`
* `gpen_bfr_512`
* `gpen_bfr_1024`
* `gpen_bfr_2048`
* `restoreformer_plus_plus`

Example: `--face-enhancer-model codeformer`

### Face Enhancer Blend

Blend the enhanced into the previous face.

Argument: `--face-enhancer-blend`

Default: `80`

Range: `0` to `100` at `1`

Example: `--face-enhancer-blend 100`

### Face Enhancer Weight

Specify the degree of weight applied to the face.

Argument: `--face-enhancer-weight`

Default: `0.5`

Range: `0.0` to `1.0` at `0.05`

Example: `--face-enhancer-weight 1.0`

## Default Overrides

Modify the `facefusion.ini` file to override the defaults.

```ini
[processors]
face_enhancer_model = codeformer
face_enhancer_blend = 100
face_enhancer_weight = 1.0
```
