> 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/fu-ke.md).

# 复刻

{% hint style="danger" %}
**复刻** 是测试版功能，可能无法按预期运行。
{% endhint %}

***

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

***

## 交互式教程

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

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

***

## 使用方法

{% stepper %}
{% step %}

#### 选择“复刻”

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

这将打开当前场景的复刻工作区。
{% endstep %}

{% step %}

#### 上传产品图片

上传将被复刻的图片。&#x20;

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

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

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

{% step %}

#### 定义产品替换区域

你可以通过两种方式定义一个要被替换的产品：

**矩形选择**

1. 点击并拖动，在要替换的产品周围绘制一个矩形
2. 这会创建一个边界框，用于指示目标区域

**点位放置**

单击一次即可将替换贴纸直接放置在产品上。&#x20;

点位放置更快，但可能产生略有不同的结果。
{% endstep %}

{% step %}

#### 选择替换产品

1. 放置选择后，点击复刻贴纸以打开产品替换弹窗。
2. 该弹窗包含三个用于选择替换产品的选项卡：
   1. <kbd><mark style="color:$primary;">**Playground**<mark style="color:$primary;"></kbd> 显示你当前 Playground 中的所有场景。可重复使用你已经生成的产品。
   2. <kbd><mark style="color:$primary;">**产品素材**<mark style="color:$primary;"></kbd> 访问你整理好的产品库。按品牌浏览，然后选择相关产品。
   3. <kbd><mark style="color:$primary;">**上传**<mark style="color:$primary;"></kbd> 访问你在 Playground 中的上传内容，或从电脑中再上传一张图片。&#x20;
3. 可在任意选项卡组合中最多选择 8 个替换产品。\
   已选产品会显示勾选标记，选项卡标题会显示选择数量。
4. 完成后，选择 <kbd><mark style="color:$primary;">**应用**<mark style="color:$primary;"></kbd> 以确认你的选择。
   {% endstep %}

{% step %}

#### 配置场景行为设置（可选）

在右侧的复刻设置面板中，控制该任务如何处理全局元素：

* **背景**
  * <kbd><mark style="color:$primary;">**精确**<mark style="color:$primary;"></kbd> 在所有变体中像素级锁定背景
  * <kbd><mark style="color:$primary;">**适应**<mark style="color:$primary;"></kbd> 允许细微变化，以避免复制粘贴感
* **光照**
  * <kbd><mark style="color:$primary;">**精确**<mark style="color:$primary;"></kbd> 在所有变体中锁定光照
  * <kbd><mark style="color:$primary;">**适应**<mark style="color:$primary;"></kbd> 允许光照根据每个产品略微调整
* **光照**
  * <kbd><mark style="color:$primary;">**精确**<mark style="color:$primary;"></kbd> 精确锁定色彩分级
  * <kbd><mark style="color:$primary;">**适应**<mark style="color:$primary;"></kbd> 允许色彩处理略有变化

{% hint style="info" %}
文本和形状图层始终会保留，并在生成后保持可编辑状态，不受场景行为设置影响。
{% endhint %}
{% endstep %}

{% step %}

#### 生成

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

预览生成比其他任务耗时更长。

完成后，结果将显示在你的 Playground 中。

{% hint style="warning" %}
**同一时间只能运行一个复刻生成任务。**
{% endhint %}
{% 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/fu-ke.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.
