> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-custom-nodes-sdk-v2-frontend.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AdjustBrightness - ComfyUI Built-in Node Documentation

> The Adjust Brightness node modifies the brightness of an input image.

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):** `696fb3c0bfc8edccc2049dad8f44b4b056fe1caa95b0cc0126164269cb65ab1a`
