> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# SaveText - ComfyUI Built-in Node Documentation

> Complete documentation for the SaveText node in ComfyUI. Learn its inputs, outputs, parameters and usage.

Save Text 노드는 텍스트 내용을 출력 디렉토리에 파일로 저장합니다. .txt, .md 또는 .json 형식으로 저장을 지원하며, 유효한 JSON이 제공될 경우 자동으로 JSON 예쁘게 출력을 처리합니다.

## 입력

| 매개변수              | 설명                            | 데이터 타입 | 필수  | 범위                                |
| ----------------- | ----------------------------- | ------ | --- | --------------------------------- |
| `text`            | 파일에 저장할 텍스트 내용                | STRING | 예   | -                                 |
| `filename_prefix` | 출력 파일 이름의 접두사(기본값: "ComfyUI") | STRING | 아니요 | -                                 |
| `format`          | 텍스트를 저장할 파일 형식(기본값: "txt")    | STRING | 아니요 | `"txt"`<br />`"md"`<br />`"json"` |

## 출력

| 출력 이름  | 설명                | 데이터 타입 |
| ------ | ----------------- | ------ |
| `text` | 파일에 저장된 원본 텍스트 내용 | STRING |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/SaveText/ko.md)

***

**Source fingerprint (SHA-256):** `5644d143f415773115b38d7af6d9afea20c9eadef2cea836b0384c15e0dcba6a`
