> 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/image/text-to-image.md).

# 텍스트를 이미지로

Morphic에서 텍스트로 이미지 만들기를 사용하는 방법에 대한 간단한 튜토리얼입니다:

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

1. Morphic의 캔버스로 이동하세요
2. 이미지가 선택되어 있지 않은지 확인하거나, 새로 시작하세요
3. 화면 하단의 프롬프트 입력창으로 이동하세요
4. 만들고 싶은 이미지를 설명하는 프롬프트를 작성하세요
5. 선택적으로 설정을 조정하거나, 학습해 둔 스타일 또는 캐릭터 모델이 있다면 선택하세요
6. 생성하기를 누르세요

이것이 Morphic에서 텍스트로 이미지 만들기 기능을 사용하는 방법입니다. 프롬프트만으로 아이디어를 시각 자료로 바꿀 수 있는 간단한 방법입니다.


---

# 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/image/text-to-image.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.
