> ## 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.

# AdjustContrast - ComfyUI Built-in Node Documentation

> Complete documentation for the AdjustContrast 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/AdjustContrast/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 | 调整对比度后的结果图像。 |
