> For the complete documentation index, see [llms.txt](https://docs.viesus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.viesus.com/installation/add-ons.md).

# AI Add-ons

On Windows, the AI features extend VIESUS through **separate add-on installers**, each one adding the model files for a specific feature. Run them **after** the base [CLI & Viewer](/installation/cli.md) installation. Every add-on is a small wizard: accept the EULA, install, finish.

{% hint style="info" %}
**A license for the feature is required.** Add-ons only take effect if the feature is part of your license. Contact <info@viesus.com> to add features.
{% endhint %}

{% hint style="info" %}
**Windows only.** On Linux the AI models are bundled in the `viesus` package — there are no separate add-on installers. See [CLI & Viewer → Linux](/installation/cli.md).
{% endhint %}

***

## AI Upscaling

`VIESUS_SuperResolution_AddOn_Setup_VIESUS_<VERSION>.exe`

Installs the AI upscaling models for up to 16× resolution enhancement. Required to use the `SuperResolution` feature in processing configurations.

{% hint style="warning" %}
AI upscaling requires a compatible NVIDIA GPU (Ampere architecture or newer, minimum 8 GB GPU RAM).
{% endhint %}

{% stepper %}
{% step %}

## Accept the license agreement

Read and accept the EULA, then click **Next**.
{% endstep %}

{% step %}

## Ready to install

Click **Install** to begin.
{% endstep %}

{% step %}

## Wait for installation

The AI upscaling models are large — wait for extraction to complete.
{% endstep %}

{% step %}

## Finish

Click **Finish**.
{% endstep %}
{% endstepper %}

***

## Artifact Removal

`VIESUS_ArtifactRemoval_AddOn_Setup_VIESUS_<VERSION>.exe`

Installs the AI model for JPEG artifact and compression-noise removal. Required to use the `ArtifactRemoval` feature in processing configurations.

{% stepper %}
{% step %}

## Accept the license agreement

Read and accept the EULA, then click **Next**.
{% endstep %}

{% step %}

## Ready to install

Click **Install** to begin.
{% endstep %}

{% step %}

## Finish

Click **Finish**.
{% endstep %}
{% endstepper %}

***

## Background

`VIESUS_Background_AddOn_Setup_VIESUS_<VERSION>.exe`

Installs the AI background-handling model for computational bokeh and background blur/replacement. Required to use the `Background` feature in processing configurations.

{% stepper %}
{% step %}

## Accept the license agreement

Read and accept the EULA, then click **Next**.
{% endstep %}

{% step %}

## Ready to install

Click **Install** to begin.
{% endstep %}

{% step %}

## Finish

Click **Finish**.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.viesus.com/installation/add-ons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
