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

# AdjustBrightness - ComfyUI Built-in Node Documentation

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

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AdjustBrightness/zh.md)

此节点通过将输入图像的每个像素值乘以指定系数来调整图像亮度，并确保结果值保持在有效范围内。系数为 1.0 时图像保持不变，低于 1.0 会使图像变暗，高于 1.0 会使图像变亮。

## 输入参数

| 参数名      | 数据类型  | 必需 | 取值范围      | 描述                                            |
| -------- | ----- | -- | --------- | --------------------------------------------- |
| `image`  | IMAGE | 是  | -         | 待调整的输入图像。                                     |
| `factor` | FLOAT | 否  | 0.0 - 2.0 | 亮度系数。1.0 = 无变化，\<1.0 = 变暗，>1.0 = 变亮。（默认值：1.0） |

## 输出结果

| 输出名称    | 数据类型  | 描述          |
| ------- | ----- | ----------- |
| `image` | IMAGE | 调整亮度后的输出图像。 |
