The Adjust Brightness node modifies the brightness of an input image. It works by multiplying each pixel's value by a specified factor, then clamping the resulting values to stay within a valid range. A factor of 1.0 leaves the image unchanged, values below 1.0 make it darker, and values above 1.0 make it brighter.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `image` | The input image to adjust. | IMAGE | Yes | - |
| `factor` | Brightness factor. 1.0 = no change, <1.0 = darker, >1.0 = brighter. (default: 1.0) | FLOAT | No | 0.0 - 2.0 |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `image` | The output image with adjusted brightness. | IMAGE |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AdjustBrightness/en.md)

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