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

此节点接收单个布尔值（true/false）输入，并输出相反的值。它执行逻辑非运算，将 `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/zh.md)

***

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