ComfyUI Node
Normalize Image Color | Akatz
# AK Normalize Image Color Sets the non-black pixels of input images to one specified color. - image: The input video tensor with shape (num_frames, H, W, C). - threshold: The threshold value for determining black pixels. - r: Red channel value (0-255) for the non-black pixels. - g: Green channel value (0-255) for the non-black pixels. - b: Blue channel value (0-255) for the non-black pixels.
Normalize Image Color | Akatz
- image
- IMAGE
◄threshold0.200►
◄red255►
◄green255►
◄blue255►
Category💜Akatz Nodes/Image
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| threshold | FLOAT | 0.2000–1 | — |
| red | INT | 2550–255 | — |
| green | INT | 2550–255 | — |
| blue | INT | 2550–255 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |