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

***


---

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

```
GET https://morphic.com/docs/kr/how-tos/combine-multiple-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
