> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-mintlify-b90d3c69.mintlify.site/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/ja.md)

***

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