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

# InvertBooleanNode - ComfyUI Built-in Node Documentation

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

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

이 노드는 단일 부울(true/false) 입력을 받아 반대 값을 출력합니다. 논리적 NOT 연산을 수행하여 `true`를 `false`로, `false`를 `true`로 변환합니다.

## 입력

| 매개변수      | 설명              | 데이터 타입  | 필수 여부 | 범위                  |
| --------- | --------------- | ------- | ----- | ------------------- |
| `boolean` | 반전할 입력 부울 값입니다. | BOOLEAN | 예     | `true`<br />`false` |

## 출력

| 출력 이름    | 설명           | 데이터 타입  |
| -------- | ------------ | ------- |
| `output` | 반전된 부울 값입니다. | BOOLEAN |

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

***

**Source fingerprint (SHA-256):** `7c927252a80f42836af6ef16f76714e6892454733d698674b547bd65ddb9d607`
