# Local Rendering

## Turbo Mode

Turbo Mode offloads the heavy synthesis steps of Verse25 to your local CPU/GPU, reducing cloud latency and accelerating the overall render time.

### System requirements

To take advantage of Turbo Mode, which utilizes your GPU to accelerate rendering, we recommend having a capable graphics card:

<i class="fa-windows">:windows:</i> **Windows:**

* **NVIDIA:** GeForce RTX 2060 or newer
* **AMD:** Radeon RX 6600 XT, RX 7600, or newer
* **Intel:** Any dedicated GPU with Arc branding
* **Laptops:** A dedicated GPU within the same performance class should work well. For optimal results, we recommend connecting to AC power and enabling your system's performance profile.

<i class="fa-apple">:apple:</i> **macOS:**

* **Apple Silicon:** M1 Max, M2, or newer
* **Intel Macs:** Turbo Mode may work if your Mac has a dedicated GPU, though performance can vary. For the best experience, we recommend upgrading to an M-series Mac.

{% hint style="info" %}
**Note:**

For Macs that support the Power Mode feature, performance may decrease in Low Power mode. If you notice slower performance while using Turbo Mode, try switching to Automatic or High Power mode. For more information, see [Apple's support article](https://support.apple.com/en-us/101613).
{% endhint %}

### **Testing Your Device**

Local rendering consumes a significant amount of local computing power, so it requires a certain level of computer configuration.

During the onboarding setup, ACE Studio will automatically test your device's performance. Turbo Mode will be enabled if your device is supported. You can also manage it in the \[Rendering] tab of preferences window. To enable Turbo Mode manually, you must pass a performance test.

{% stepper %}
{% step %}

### Run the test

In the \[Rendering] [preference](/account-and-settings/preferences.md) window, click the <kbd>Run Test</kbd> button to start the test.

<figure><img src="/files/OnzX7iB4D0O5NwyV7jyP" alt=""><figcaption></figcaption></figure>

Close other large programs to avoid misjudgment caused by performance consumption from other software.
{% endstep %}

{% step %}

### During the test

Don't close ACE Studio or launch other large programs.

<figure><img src="/files/XjAbwo0kHbLS4kOr5Cbk" alt="" width="336"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Get result

Turbo Mode will be automatically enabled if your device passes the test. Otherwise, ACE Studio will stay in cloud rendering, which is still good.

<figure><img src="/files/CMjqRXvO3RN9pEnE02e1" alt="" width="336"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### **Monitoring During Rendering**

If local rendering tasks exceed acceptable time limits, users will be prompted to switch back to cloud rendering.

{% hint style="warning" %}
**For Windows Users with Multiple GPUs**

To ensure Turbo Mode runs with maximum performance, we strongly recommend assigning your dedicated (High-performance) GPU to ACE Studio in Windows settings. This is especially important for laptops.

<img src="/files/tozwRSFokbLv0y9G7t8q" alt="" data-size="original">

1. Navigate to Windows **Settings > System > Display > Graphics**.
2. Find **ACE Studio** in the application list. If it's not there, add it manually.
3. Click on ACE Studio, select **Options**, and set the GPU preference to **High performance**.
   {% endhint %}

{% hint style="warning" %}
**Update Your Graphics Driver for the Best Experience**

To ensure optimal performance and stability on Windows, we recommend downloading the latest driver from your graphics card manufacturer's website.
{% endhint %}

## Rendering Timing

### By Default

Local rendering starts when playback is triggered.

### Pre-rendering

When pre-rendering is enabled, local rendering operates in real-time (after changes).

## Rendering State

Un-rendered pieces are marked with a gray brace inside the time ruler.

## Rendering Scope

The model dynamically detects the rendering range. When a small area is modified, only the modified area will be re-rendered.


---

# Agent Instructions: 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:

```
GET https://docs.acestudio.ai/ai-rendering/local-rendering.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
