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

# ComfyNotNode - ComfyUI Built-in Node Documentation

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

## 개요

Not 노드는 입력된 모든 값에 대해 논리적 NOT 연산을 수행합니다. 입력 값이 거짓으로 간주되는 경우(예: 0, 빈 문자열, None, False) True를 반환하고, 입력 값이 참으로 간주되는 경우 False를 반환합니다. 진리값 판별에는 Python의 표준 규칙이 사용됩니다.

## 입력

| 매개변수    | 설명                                                        | 데이터 타입 | 필수 여부 | 범위   |
| ------- | --------------------------------------------------------- | ------ | ----- | ---- |
| `value` | 반전시킬 입력 값입니다. 모든 데이터 타입을 허용하며 Python의 진리값 규칙을 사용하여 평가됩니다. | ANY    | 예     | 모든 값 |

## 출력

| 출력 이름    | 설명                                                    | 데이터 타입  |
| -------- | ----------------------------------------------------- | ------- |
| `output` | 입력 값의 논리적 역입니다. 입력이 거짓이면 True를, 입력이 참이면 False를 반환합니다. | BOOLEAN |

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

***

**Source fingerprint (SHA-256):** `fd8f940218538fce28079bc836379703c0e3c04f80351520497855c464176877`
