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

# 任务

- [模型生成](https://docs.theseaai.com/main/ch/ren-wu/model.md): 编写提示词，从零生成图像或编辑现有图像。
- [分辨率](https://docs.theseaai.com/main/ch/ren-wu/resolution.md): 可选择 1K 和 2K 输出，以便更快迭代或获得更高分辨率的结果。
- [组合](https://docs.theseaai.com/main/ch/ren-wu/combo.md): 在单一场景中结合产品、文本提示和图像参考。直接在画布上放置指令，以定义应在何处进行更改。
- [变体](https://docs.theseaai.com/main/ch/ren-wu/bian-ti.md): 一步探索图像的新版本。每个版本都使用不同的构图和角度。
- [角度](https://docs.theseaai.com/main/ch/ren-wu/angle.md): 从单张图片生成一致的新产品角度。快速模式会创建预设角度。精确模式会生成可控的水平或垂直旋转，便于您选择精确的帧。
- [灯光](https://docs.theseaai.com/main/ch/ren-wu/light.md): 直接在画布上细化场景光照。Light 可让你调整方向、强度和位置，使产品自然融入其环境。
- [融合](https://docs.theseaai.com/main/ch/ren-wu/blend.md): 一步即可将产品无缝放入背景中。它会自动调整光照、阴影和材质交互，将两张图像融合为一个统一场景。
- [修图](https://docs.theseaai.com/main/ch/ren-wu/xiu-tu.md): 一步应用自动图像校正。Retouch 会在保留构图的同时调整光照、色彩平衡、几何形状、表面细节、头发和背景清洁度。
- [移除](https://docs.theseaai.com/main/ch/ren-wu/remove.md): Remove 可从图像中消除不需要的元素。选择要移除的内容（产品、背景或标签），即可生成干净的结果。
- [提取](https://docs.theseaai.com/main/ch/ren-wu/extract.md): 使用 Extract 从图像或场景中分离特定元素。提取出的元素会成为可重复使用的图层，可重新定位、重新组合或用于其他场景。
- [扩展](https://docs.theseaai.com/main/ch/ren-wu/kuo-zhan.md): 通过单次生成步骤将图像扩展到原始边界之外。Expand 可在保持视觉一致性的同时调整宽高比和位置。
- [超分辨率](https://docs.theseaai.com/main/ch/ren-wu/chao-fen-bian-l.md): 提升图像分辨率，同时增强细节和纹理。Upscale 会在保留原始构图的同时生成更高分辨率的场景版本。
- [复制](https://docs.theseaai.com/main/ch/ren-wu/fu-zhi.md): 使用最多 8 个不同 SKU 复制视觉风格，同时保持背景、灯光和构图的完全一致。


---

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