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

# ComfyNotNode - ComfyUI Built-in Node Documentation

> Not 节点对任意输入值执行逻辑 NOT 运算。

Not 节点对任意输入值执行逻辑 NOT 运算。当输入值被视为假值（例如 0、空字符串、None 或 False）时，它返回 True；当输入值为真值时，它返回 False，遵循 Python 标准的真值判断规则。

## 输入

| 参数  | 描述                                        | 数据类型 | 必填 | 范围        |
| --- | ----------------------------------------- | ---- | -- | --------- |
| `值` | 需要取反的输入值。接受任意数据类型，并使用 Python 的真值判断规则进行求值。 | ANY  | 是  | Any value |

## 输出

| 输出名称     | 描述                                         | 数据类型    |
| -------- | ------------------------------------------ | ------- |
| `output` | 输入值的逻辑取反结果。若输入为假值则返回 True，若输入为真值则返回 False。 | BOOLEAN |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ComfyNotNode/zh.md)

***

**Source fingerprint (SHA-256):** `24bbe667a0800b187d991b24894794e2ce710256200a2667ff391c1e644963a5`
