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

# ThresholdMask - ComfyUI Built-in Node Documentation

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

ThresholdMaskノードは、しきい値を適用してマスクをバイナリマスクに変換します。入力マスクの各ピクセルを指定されたしきい値と比較し、しきい値を超えるピクセルは1（白）、しきい値以下のピクセルは0（黒）となる新しいマスクを生成します。

## 入力

| パラメータ | 説明                      | データ型  | 必須 | 範囲        |
| ----- | ----------------------- | ----- | -- | --------- |
| `マスク` | 処理対象の入力マスク              | MASK  | はい | -         |
| `値`   | 二値化のためのしきい値（デフォルト: 0.5） | FLOAT | はい | 0.0 - 1.0 |

## 出力

| 出力名   | 説明              | データ型 |
| ----- | --------------- | ---- |
| `マスク` | しきい値処理後のバイナリマスク | MASK |

> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください！ [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ThresholdMask/ja.md)

***

**Source fingerprint (SHA-256):** `5c61433c05ef8106d928306b64035078e7598605512f20aaf992255f7b166456`
