ComfyUI Node
RC Threshold
Convert image to high contrast black and white using threshold values.
RC Threshold
- image
- IMAGE
◄threshold0.50►
◄methodluminance►
◄invertfalse►
CategoryRC/Adjustments
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| threshold | FLOAT | 0.500–1 | Threshold value (0.0-1.0, pixels below this become black, above become white) |
| method | COMBO | luminance | Threshold calculation method: - luminance: Use perceptual luminance (0.299R + 0.587G + 0.114B) - average: Simple RGB average (R + G + B) / 3 - red/green/blue: Use single color channel |
| invert | BOOLEAN | false | Invert the threshold result (black becomes white, white becomes black) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |