> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/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.

## 概述

调整亮度节点用于修改输入图像的亮度。其工作原理是将每个像素的值乘以指定的系数，然后将结果值限制在有效范围内。系数为 1.0 时图像保持不变，低于 1.0 时图像变暗，高于 1.0 时图像变亮。

## 输入

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

## 输出

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

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

***

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