> 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/change-style.md).

# 스타일 변경

Morphic에서 단일 이미지의 스타일을 바꾸는 간단한 튜토리얼입니다:

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

1. 이동 [코파일럿](https://studio.morphic.com/chat) Morphic에서
2. 이미지를 생성하거나 스타일을 변경하고 싶은 기존 이미지를 업로드하세요
3. 여러 스타일을 위한 프롬프트를 작성하세요
   1. 프롬프트 바에서 Copilot에게 같은 이미지를 여러 스타일로 생성해 달라고 요청하세요. 예: "이 이미지를 수채화, 유화, 애니메이션, 시네마틱 조명 등 여러 스타일로 생성해 주세요."
4. 생성을 눌러 모든 스타일 결과를 한 번에 만드세요

이것이 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/how-tos/change-style.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.
