> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-zh/ai-xuan-ran/local-rendering.md).

# 本地渲染

## Turbo Mode

Turbo Mode 会将 Verse 2.6 的繁重合成步骤卸载到您的本地 CPU/GPU，降低云端延迟并加快整体渲染时间。

### 系统要求

为了充分发挥 Turbo Mode 的优势——它会利用您的 GPU 加速渲染——我们建议配备一块性能足够的显卡：

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

* **NVIDIA：** GeForce RTX 2060 或更新型号
* **AMD：** Radeon RX 6600 XT、RX 7600 或更新型号
* **Intel：** 任何带 Arc 品牌的独显
* **笔记本电脑：** 同级别的独立显卡通常也能良好运行。为获得最佳效果，建议连接交流电并启用系统的性能配置文件。

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

* **Apple Silicon：** M1 Max、M2 或更新型号
* **Intel Mac：** 如果您的 Mac 配备独立 GPU，Turbo Mode 可能可用，但性能会因机型而异。为获得最佳体验，我们建议升级到 M 系列 Mac。

{% hint style="info" %}
**注意：**

对于支持强力模式功能的 Mac，在低强力模式下性能可能会下降。如果您在使用 Turbo Mode 时发现性能变慢，请尝试切换到自动或高强力模式。更多信息请参见 [Apple 的支持文章](https://support.apple.com/en-us/101613).
{% endhint %}

### **测试您的设备**

本地渲染会消耗大量本地计算资源，因此需要一定的电脑配置。

在引导设置期间，ACE Studio 会自动测试您的设备性能。如果设备受支持，将启用 Turbo Mode。您也可以在偏好设置窗口的 \[渲染] 选项卡中进行管理。要手动启用 Turbo Mode，您必须通过性能测试。

{% stepper %}
{% step %}

### 运行测试

在\[渲染] [偏好设置](/docs/product-wiki-zh/zhang-hu-yu-she-zhi/preferences.md) 窗口中，点击 <kbd>运行测试</kbd> 按钮开始测试。

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

关闭其他大型程序，以避免其他软件占用性能而导致误判。
{% endstep %}

{% step %}

### 测试期间

不要关闭 ACE Studio，也不要启动其他大型程序。

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

{% step %}

### 获取结果

如果您的设备通过测试，Turbo Mode 将自动启用。否则，ACE Studio 将继续使用云端渲染，这也不错。

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

### **渲染期间监控**

如果本地渲染任务超过可接受的时间限制，系统会提示用户切换回云端渲染。

{% hint style="warning" %}
**适用于拥有多块 GPU 的 Windows 用户**

为确保 Turbo Mode 以最高性能运行，我们强烈建议在 Windows 设置中将 ACE Studio 分配给您的独立（高性能）GPU。这对笔记本电脑尤为重要。

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

1. 前往 Windows **设置 > 系统 > 显示 > 图形**.
2. 找到 **ACE Studio** 在应用列表中。如果没有，请手动添加。
3. 点击 ACE Studio，选择 **选项**，并将 GPU 首选项设为 **高性能**.
   {% endhint %}

{% hint style="warning" %}
**更新您的显卡驱动以获得最佳体验**

为确保 Windows 上获得最佳性能和稳定性，我们建议从显卡制造商官网下载安装最新驱动。
{% endhint %}

## 渲染时机

### 默认情况下

播放开始时，将启动本地渲染。

### 预渲染

启用预渲染后，本地渲染将实时运行（在更改后）。

## 渲染状态

未渲染的片段会在时间标尺内以灰色括号标记。

## 渲染范围

模型会动态检测渲染范围。修改小区域时，仅会重新渲染该修改区域。


---

# 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.acestudio.ai/docs/product-wiki-zh/ai-xuan-ran/local-rendering.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.
