> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/ch/gong-ju/gai-lan.md).

# 概览

<figure><img src="/files/5f6c6fe3c94d0cf834d65bcbcdb04a209065f5c0" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/72b330944e04b1468bb6059ad437aba6226ca8b3" %}
[画笔](/main/ch/gong-ju/hua-bi.md)
{% endcontent-ref %}

{% content-ref url="/pages/b57d4be6fcbea13b9421402b9ad520a8ce5b1e44" %}
[橡皮擦](/main/ch/gong-ju/xiang-pi-ca.md)
{% endcontent-ref %}

{% content-ref url="/pages/a30dec0eba276874a2696ed366dad26f691ed2fb" %}
[文本](/main/ch/gong-ju/wen-ben.md)
{% endcontent-ref %}

{% content-ref url="/pages/4d444f30796268d003a89222fdd2ecd92aa47f7f" %}
[形状](/main/ch/gong-ju/xing-zhuang.md)
{% endcontent-ref %}

***

## 生成模式

你可以选择在下一次生成中如何使用每个图层：将其纳入生成或保持为可编辑。

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

### 在生成中使用图层

当你希望图层引导生成并成为新视觉内容的一部分时使用。

<figure><img src="/files/8509fa883d810d5184df342517c2213be4bdc8c6" alt=""><figcaption></figcaption></figure>

### 将图层保持为可编辑

当你希望图层不参与生成，并在后续生成中保持可编辑时使用。

<figure><img src="/files/62c02c5e4c67b225b96ed2cdca7d30866bfb9cc2" alt=""><figcaption></figcaption></figure>

***

## 使用方法

{% tabs %}
{% tab title="在生成中使用图层" %}

### 在生成中使用图层

将图层用作参考来生成新的视觉内容，可在以下功能中使用 <mark style="color:$primary;">**`图像到图像生成`**</mark> & <mark style="color:$primary;">**`组合任务`**</mark>

{% stepper %}
{% step %}

### 选择一个图层

生成模式面板会出现在你的选择上方。
{% endstep %}

{% step %}

### 选择“在生成中使用”

默认选中生成模式。

点击展开模式面板并选择 <kbd><mark style="color:$primary;">**在生成中使用**<mark style="color:$primary;"></kbd> .
{% endstep %}

{% step %}

### 生成

确认选择后，点击 <kbd><mark style="color:$primary;">**生成**<mark style="color:$primary;"></kbd>.

该图层将成为生成图像的一部分。
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="将图层保持为可编辑" %}

### 将图层保持为可编辑

让图层不参与生成，使其在下一次生成中仍可完全编辑。适用于所有任务。

{% stepper %}
{% step %}

### 选择一个图层

生成模式面板会出现在你的选择上方。
{% endstep %}

{% step %}

### 选择“保持可编辑”

点击展开模式面板并选择 <kbd><mark style="color:$primary;">**保持可编辑**<mark style="color:$primary;"></kbd> .
{% endstep %}

{% step %}

### 生成

确认选择后，点击 <kbd><mark style="color:$primary;">**生成**<mark style="color:$primary;"></kbd>.

该图层在生成的场景中仍可保持可编辑。
{% endstep %}
{% endstepper %}
{% endtab %}
{% endtabs %}

### 常见问题

<details>

<summary><strong>一旦图层用于生成，我如何找到原始图层？</strong></summary>

原始图层会保留在父场景中，并且仍可完全编辑。

</details>

<details>

<summary><strong>我可以一次为多个图层选择生成模式吗？</strong></summary>

可以。选择多个图层或一个组，然后选择一种生成模式，它将应用于所有选中的图层。

</details>


---

# 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.theseaai.com/main/ch/gong-ju/gai-lan.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.
