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

# 合并多张图片

Morphic 上最新的图像引用更新开启了新的创意可能性。

它让你能够无缝整合跨图像的元素，无论是为你的故事创作复杂场景、替换场景或营销素材中的对象、调整细节，还是融合风格。你可以将来自多个来源的元素组合起来，创建独特的构图。

#### 1. 仅通过引用多个角色即可创建一个场景

示例提示：将男人放在桌子的右侧坐着。将女人放在桌子的左侧坐着。安排他们面对面坐在桌子的两侧。确保自然的对齐、逼真的比例和一致的光照。

<div><figure><img src="/files/3bfbeea70b0a79dbe1fcd06b294ee41491c23d12" alt=""><figcaption></figcaption></figure> <figure><img src="/files/03d81d23de7ca191b9f1b73e4836d740469516c5" alt=""><figcaption></figcaption></figure> <figure><img src="/files/b23f04c0c6836cfff44b16cc216aee55b977333a" alt=""><figcaption></figcaption></figure></div>

输出：

<figure><img src="/files/6dba62b27c61f594a8b81bf04216772f832e27f4" alt=""><figcaption></figcaption></figure>

#### 2. 将来自不同图像中的角色、背景和物体融合为一张协调统一的图像

示例提示：图像 1 中的女人穿着图像 2 中的服装，站在湖边外面，背景是群山，黄金时刻。柔和的自然色彩，正面角度，浅景深。特写镜头。

<div><figure><img src="/files/8a2eeca36b3a25f9acb0c5dbe56822c1bcf9ba08" alt=""><figcaption></figcaption></figure> <figure><img src="/files/f49dfd82805f373d1e542a8f82e2cffe4a5d455c" alt=""><figcaption></figcaption></figure></div>

输出：

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

#### 3. 在角色身上尝试不同的服装，在保留其原有风格的同时探索新的造型

示例提示：将图像 2 中的服装添加到图像 1 中的男人身上。

<div><figure><img src="/files/5fe107db44c290a7b7d339ec56386e962438820f" alt=""><figcaption></figcaption></figure> <figure><img src="/files/db402201f2a0b8d3b96128b8cde45fe4ed2a5358" alt=""><figcaption></figcaption></figure></div>

输出：

<figure><img src="/files/80d3580b60a4a744c0cbddb348c5064a8f6c6ca9" alt=""><figcaption></figcaption></figure>

#### 4. 将来自单独图像中的角色组合到第三张图像中

示例提示：图像 1 中的男孩和图像 2 中的狗正在图像 3 中骑着一块神奇的飞毯。

<div><figure><img src="/files/f1a691d63674cd5c45df80eca8f1dd7ecf8ef6db" alt=""><figcaption></figcaption></figure> <figure><img src="/files/d25ad9d23f92530eb4434af4dbfb91a89405fe61" alt=""><figcaption></figcaption></figure> <figure><img src="/files/00dd4d9c4abd83db67a8525550888801f6254666" alt=""><figcaption></figcaption></figure></div>

输出：

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

***

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