> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/cao-zuo-zhi-nan/precise-image-editing.md).

# 精确图像编辑

Morphic 上最新的图生图更新支持精确的图像编辑和变换，让你通过图生图工作流获得完全的创作控制。只需上传或生成一张图像，选中它，并在提示栏中描述你想要的变换。

<figure><img src="/files/7305f08ed25e395cd4422321f4d0aad297d5607a" alt=""><figcaption></figcaption></figure>

### 提示指南

在更换服装、风格或场景时，请在提示中保持清晰和细节。

{% hint style="info" %}
**避免：** 把天气变成夏天。

**尝试：** 将场景改为炎热的夏日场景，保持主角不变，并把角色的毛衣换成白色 T 恤。
{% endhint %}

在改变角色姿势时，加入指令以保持姿势、表情和其他必要细节不变。

{% hint style="info" %}
**避免：** 男人正在出拳。

**尝试：** 保持当前背景和角色的面部表情不变，但将角色的姿势改为出拳中的中段姿态。
{% endhint %}

#### 1. 使用提示替换物体

示例提示：保持角色不变，但把木头换成一个半浸在水里的巨大黄色香蕉。

<div><figure><img src="/files/4d73324f4ecb75b64f595d28d845bf84c9f68199" alt=""><figcaption></figcaption></figure> <figure><img src="/files/f2d6f4347426e6c223b21a8595b11d96e7d42296" alt=""><figcaption></figcaption></figure></div>

#### 2. 更换服装并添加物体

示例提示：把她的服装换成绿色 T 恤。加上红色太阳镜。保持她的姿势、表情和其他一切都不变。

<div><figure><img src="/files/78488f8e3052eb2d1b28c51cc9a67180babfec25" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7ce0a41d0f6ff3d1e64afd2b9f5845899cb8abca" alt=""><figcaption></figcaption></figure></div>

#### 3. 改变环境

示例提示：把背景和环境改成夜晚的露营场景。

<div><figure><img src="/files/34bc6baaee662632e00f44a3709f431d54be3a0b" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4fb90a137c650ae62e14dcbead5b2af2616d6359" alt=""><figcaption></figcaption></figure></div>

#### 4. 生成不同的视角

示例提示：保持建筑原样，但将画面视角改为俯视图。

<div><figure><img src="/files/50152ad98dab59126049ed6c44d37ba53b29ce28" alt=""><figcaption></figcaption></figure> <figure><img src="/files/31b7e2688370dde3be709666ae3543c0a70b5765" alt=""><figcaption></figcaption></figure></div>

#### 5. 在场景中添加人物

示例提示：在咖啡店桌子的右侧添加第二个年轻人，让他/她与第一个人自然互动。确保他们无缝融入场景，保持一致的透视、比例，以及桌子和温暖木质色调等背景元素。

<div><figure><img src="/files/284633811f04f25b5b4012c0dcea389f88bcba3e" alt=""><figcaption></figcaption></figure> <figure><img src="/files/0bd3b32450833d46b795e33c3d0a54eaa8e9376a" alt=""><figcaption></figcaption></figure></div>

#### 6. 改变周围环境和氛围

示例提示：把背景改成夜晚霓虹灯照亮的市中心街道。

<div><figure><img src="/files/4f6525a8f602de2ea3fb5303df8bb1260093a5b9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/67d4a099f030ab52b8aa8ef5c5b8a9e0dcd24a18" alt=""><figcaption></figcaption></figure></div>

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/zh/cao-zuo-zhi-nan/precise-image-editing.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.
