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

# ReveImageEditNode - ComfyUI Built-in Node Documentation

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

Reve 图像编辑节点允许您根据文本描述修改现有图像。它使用 Reve API 来解读您的指令，并对您提供的图像应用所请求的更改。

## 输入

| 参数                        | 描述                                     | 数据类型    | 是否必填 | 范围                                                                                                    |
| ------------------------- | -------------------------------------- | ------- | ---- | ----------------------------------------------------------------------------------------------------- |
| `image`                   | 要编辑的图像。                                | IMAGE   | 是    | -                                                                                                     |
| `edit_instruction`        | 描述如何编辑图像的文本。最多 2560 个字符。               | STRING  | 是    | -                                                                                                     |
| `model`                   | 用于编辑的模型版本。                             | MODEL   | 是    | `"reve-edit@20250915"`<br />`"reve-edit-fast@20251030"`                                               |
| `model.aspect_ratio`      | 编辑后图像的宽高比。设置为 "auto" 时，宽高比将自动确定。       | COMBO   | 否    | `"auto"`<br />`"16:9"`<br />`"9:16"`<br />`"3:2"`<br />`"2:3"`<br />`"4:3"`<br />`"3:4"`<br />`"1:1"` |
| `model.test_time_scaling` | 模型的测试时缩放因子。较高的值可能提高质量，但会增加处理时间。        | FLOAT   | 否    | -                                                                                                     |
| `upscale`                 | 控制是否对生成的图像进行放大。                        | COMBO   | 否    | `"disabled"`<br />`"enabled"`                                                                         |
| `upscale.upscale_factor`  | 启用放大时，图像的放大倍数。                         | FLOAT   | 否    | -                                                                                                     |
| `remove_background`       | 控制是否从生成的图像中移除背景。                       | BOOLEAN | 否    | -                                                                                                     |
| `seed`                    | 种子控制节点是否应重新运行；无论种子如何，结果都是非确定性的。（默认值：0） | INT     | 否    | 0 到 2147483647                                                                                        |

**注意：** `upscale.upscale_factor` 参数仅在 `upscale` 参数设置为 `"enabled"` 时相关。

## 输出

| 输出名称    | 描述            | 数据类型  |
| ------- | ------------- | ----- |
| `image` | 根据指令生成的编辑后图像。 | IMAGE |

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

***

**Source fingerprint (SHA-256):** `0a9504ae5e8b7216d309fe3ba95c014da32eadbf11cfc5701247ba5973dd98be`
