> 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/blending-images.md).

# 图像融合

<figure><img src="/files/fe14e0cdbdc655888f538b52f488648cd450491f" alt=""><figcaption></figcaption></figure>

首先上传或生成你想要融合成统一场景的角色、背景和道具。你可以使用 Morphic 的 [分割功能](/docs/zh/ji-chu/layers.md).

<figure><img src="/files/84eae162d422b540fa2a16a34a3d682aa95e1f41" alt=""><figcaption></figcaption></figure>

将你想纳入最终画面的角色、元素或道具分层摆放。

<figure><img src="/files/399bfbaabf6e19515e855578c9aeb4fb6e1a6657" alt=""><figcaption></figcaption></figure>

将这些元素纳入最终画面。

<figure><img src="/files/595348eafd8886118ff88211cc9ed296c680f37a" alt=""><figcaption></figcaption></figure>

选择最终画面并输入提示词，引导 Morphic 让场景融合成哪种风格。

{% hint style="info" %}
试试： *“将女孩的艺术风格与背景的艺术风格融合。”*

如果你不确定应由哪个元素主导，只需提示： *“将艺术风格融合，使其匹配。”*
{% endhint %}

<figure><img src="/files/cc81d9dcd48b3fe093369786fdfd55334b5e4083" alt=""><figcaption></figcaption></figure>

点击提示栏中的蓝色按钮，Morphic 就会根据你的提示融合所选图像、角色或道具的风格。

<figure><img src="/files/e09534978b33db815f92d542d345aced05bf7760" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**避免**

融合差异极大的风格（例如从动漫到写实照片）可能会导致结果不一致或不可预测。
{% endhint %}

{% hint style="success" %}
**最适合用于：**

* 你的背景和角色风格不同。
* 你想要一个协调统一的画面，而无需手动重绘元素。
* 你正在尝试混合媒介或拼贴风格的视觉效果。
  {% endhint %}

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/blending-images.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.
