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

# ComfyNotNode - ComfyUI Built-in Node Documentation

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

**Not 节点**对任意输入值执行逻辑非运算。如果输入值被视为假值（如 `0`、空字符串、`None`、`False`），则返回 `True`；如果输入值为真值，则返回 `False`。该节点使用 Python 标准规则来确定真值性（truthiness）。

## 输入

| 参数  | 描述                                      | 数据类型 | 是否必填 | 范围        |
| --- | --------------------------------------- | ---- | ---- | --------- |
| `值` | 要反转的输入值。接受任何数据类型，并使用 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`
