# Download

## CLI Arguments

### Download Providers

Download using different providers.

Argument: `--download-providers`

Default: `github huggingface`

Choices:

* `github`
* `huggingface`

Example: `--download-providers huggingface`

### Download Scope

Specify the download scope.

Argument: `--download-scope`

Default: `lite`

Choices:

* `lite`
* `full`

Example: `--download-scope full`

## Default Overrides

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

```ini
[download]
download_providers = huggingface
download_scope = full
```
