> 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 会将 Verse25 中耗费较多的合成步骤交由本地 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 品牌的独立 GPU
* **笔记本电脑：** 同性能级别的独立 GPU 应该也能良好运行。为获得最佳效果，建议连接交流电并启用系统的性能配置。

<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.
