> For the complete documentation index, see [llms.txt](https://docs.facefusion.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facefusion.io/3.6.1/usage/cli-arguments/download.md).

# 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
```
