> 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/ren-wu/blend.md).

# 融合

***

#### 将产品放入新的背景中

<div data-full-width="false"><figure><img src="/files/6a200b29122cc108beb53056139b15a481e4b2aa" alt=""><figcaption></figcaption></figure></div>

#### 在现有视觉素材中替换产品

<figure><img src="/files/9b5b7233f5419b7034734609ea7dc935aed04a48" alt=""><figcaption></figcaption></figure>

***

## 互动教程

{% hint style="info" icon="language" %}
**如何更改你的教程语言**\
教程默认以英文显示。要以其他语言查看本教程，请将鼠标悬停在右上角并选择 <i class="fa-language">:language:</i> **语言**.
{% endhint %}

{% @arcade/embed flowId="lUg7gZdQphO7O1lELGJL" url="<https://app.arcade.software/share/lUg7gZdQphO7O1lELGJL>" fullWidth="false" %}

{% @arcade/embed flowId="Vwg5D4K3qWtnNB1X3oeX" url="<https://app.arcade.software/share/Vwg5D4K3qWtnNB1X3oeX>" %}

***

## 使用方法

{% stepper %}
{% step %}

#### 选择“混合”

在左侧任务菜单中，选择 <kbd><mark style="color:$tint;">**混合**<mark style="color:$tint;"></kbd>.

这将为您当前的场景打开混合工作区。
{% endstep %}

{% step %}

#### 上传产品图片

产品图片将用作前景元素。

你可以通过以下方式上传图片：

* 选择 <kbd><mark style="color:$primary;">**上传图片**<mark style="color:$primary;"></kbd> 在场景中
* 从电脑中的文件夹拖放一张图片
* 从屏幕左下角的素材库面板中拖放一张图片

上传后，产品将显示在场景中。
{% endstep %}

{% step %}

#### 选择或上传背景图片

混合需要一张背景图片。

要添加，请：

1. 选择 <kbd><mark style="color:$primary;">**+ 背景**<mark style="color:$primary;"></kbd> 位于场景左下角。
2. 请选择以下其中一种：
   * 从您的 Playground 中选择一个现有场景
   * 从先前上传的图片列表中选择
   * 从您的电脑上传一张新图片

所选背景将加载到您的场景左下角。
{% endstep %}

{% step %}

#### 选择输出数量

在右侧的生成设置面板中：

* 选择要生成多少种变体。
* 您一次最多可生成 4 个场景。
  {% endstep %}

{% step %}

#### 选择“生成”

确认所有设置后，选择 <kbd><mark style="color:$primary;">**生成**<mark style="color:$primary;"></kbd>.

生成的场景将显示在您的 Playground 中。
{% 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.theseaai.com/main/ch/ren-wu/blend.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.
