> 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/getting-started/copilot/batch-generation.md).

# 일괄 생성

한 번에 여러 개의 생성을 요청하고, 하나씩 실행하지 않는 방법.

Copilot은 한 번의 요청으로 전체 세트를 생성할 수 있으므로, 같은 프롬프트를 반복하지 않고 이미지 일괄 생성을 요청할 수 있습니다.

Morphic에서 일괄 생성을 하는 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/Kvk6wL6Pgtg>" %}

1. 열기 [Copilot](https://studio.morphic.com/chat)
2. 원하는 것을 설명하고 개수를 적으세요. 예를 들어 '경계 공간의 이미지 50장을 만들어 줘'
3. 큰 작업의 경우 Copilot은 먼저 각 청크를 모두 포함하는 체크리스트 형태로 계획을 작성하므로, 작업이 시작되기 전에 전체 작업을 볼 수 있습니다
4. 청크를 순서대로 처리하므로 결과가 물결처럼 도착합니다
5. 모든 결과는 채팅과 당신의 [에셋](/docs/kr/getting-started/assets.md) 라이브러리에 들어갑니다
6. 계속 작업하려면 결과를 캔버스 위로 드래그하세요. 참조 [Copilot에서 Canvas로 끌어다 놓기](/docs/kr/getting-started/copilot/copilot-to-canvas.md)

이것이 Morphic에서 일괄 생성이 작동하는 방식입니다. 한꺼번에 전체 세트가 필요할 때 사용하세요.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**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/getting-started/copilot/batch-generation.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.
