> 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;">**演练场**<mark style="color:$primary;"></kbd> 显示您演练场中当前的所有场景。重复使用您已生成的产品。
   2. <kbd><mark style="color:$primary;">**产品素材**<mark style="color:$primary;"></kbd> 访问您已整理的产品库。按品牌浏览，然后选择相关产品。
   3. <kbd><mark style="color:$primary;">**上传**<mark style="color:$primary;"></kbd> 访问您在演练场的上传内容或从计算机上传另一张图像。&#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>.

预览生成比其他任务需要更长时间。

结果完成后会出现在您的演练场中。

{% 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:

```
GET https://docs.theseaai.com/main/ch/ren-wu/fu-ke.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
