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

# 여러 이미지 결합

Morphic의 최신 이미지 참조 업데이트는 새로운 창작 가능성을 열어 줍니다.

이를 통해 이미지 전반의 요소를 매끄럽게 통합할 수 있습니다. 스토리를 위한 복잡한 장면을 만들거나, 장면이나 마케팅 자료에서 오브젝트를 교체하거나, 세부 사항을 조정하거나, 스타일을 혼합할 때 모두 가능합니다. 여러 소스의 요소를 결합해 독특한 구성을 만들 수 있습니다.

#### 1. 단지 인물을 참조하는 것만으로 여러 캐릭터를 사용해 장면을 만드세요

예시 프롬프트: 남자를 테이블 오른쪽에 앉혀 주세요. 여자를 테이블 왼쪽에 앉혀 주세요. 남자와 여자가 테이블을 사이에 두고 서로 마주 보도록 배치해 주세요. 자연스러운 정렬, 사실적인 비율, 일관된 조명을 सुनिश्चित하세요.

<div><figure><img src="/files/ca0ece5fc16fa95f45cb3d1c86da6d2bda735c10" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2da448eda2acc93d4191e50fdb420e3b89519236" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5a556cd06b53c1478675eb7562bd995b87f48e74" alt=""><figcaption></figcaption></figure></div>

출력:

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

#### 2. 다양한 이미지의 캐릭터, 배경, 오브젝트를 하나의 일관된 이미지로 합치세요

예시 프롬프트: 이미지 1의 여성이 이미지 2의 옷을 입고 호수 근처 야외에 서 있습니다. 배경에는 산이 있고, 골든 아워입니다. 채도가 낮은 자연스러운 색감, 정면 각도, 얕은 피사계 심도. 클로즈업 샷.

<div><figure><img src="/files/4bbdddc44fe38c2c90ce08014b010e240e70e199" alt=""><figcaption></figcaption></figure> <figure><img src="/files/56dda0516705cc24f66eac914f75d569de2e874a" alt=""><figcaption></figcaption></figure></div>

출력:

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

#### 3. 캐릭터에 다양한 의상을 적용해 보면서, 새로운 룩을 탐색하되 원래 스타일은 유지하세요

예시 프롬프트: 이미지 2의 옷을 이미지 1의 남자에게 입혀 주세요.

<div><figure><img src="/files/964abab5d7c8156e7a272bac5e8459f941b93934" alt=""><figcaption></figcaption></figure> <figure><img src="/files/10ecfa7c11d0fe8b0d23d3cc50303c612530a1be" alt=""><figcaption></figcaption></figure></div>

출력:

<figure><img src="/files/1c700872d48c529ca6ac21a68e407781f76000d5" alt=""><figcaption></figcaption></figure>

#### 4. 별도의 이미지에 있는 캐릭터를 세 번째 이미지로 합치세요

예시 프롬프트: 이미지 1의 소년과 이미지 2의 개가 이미지 3에서 마법의 날아다니는 양탄자를 타고 있습니다.

<div><figure><img src="/files/2b5d03f34376eeb830e9b6b8924642933fed64c8" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8044d290d148c8777a7086401ac6d49e26897c93" alt=""><figcaption></figcaption></figure> <figure><img src="/files/64a3c4edb772fff71a760add8769866899c29efd" alt=""><figcaption></figcaption></figure></div>

출력:

<figure><img src="/files/d4993c1dac067cc3eb1132234b5ce3e422f358ae" 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/kr/how-tos/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.
