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

# ReveImageCreateNode - ComfyUI Built-in Node Documentation

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

Reve Image Create 节点使用 Reve AI 模型根据文本描述生成图像。它将文本提示发送到 Reve API，并返回生成的图像。您可以控制图像的宽高比，并应用可选的后期处理效果（如放大）。

## 输入

| 参数                  | 描述                                              | 数据类型    | 是否必填 | 范围                                                                                                                    |
| ------------------- | ----------------------------------------------- | ------- | ---- | --------------------------------------------------------------------------------------------------------------------- |
| `prompt`            | 所需图像的文本描述。最多 2560 个字符。                          | STRING  | 是    | N/A                                                                                                                   |
| `model`             | 用于生成的模型版本和宽高比。第一个选项选择模型，后续选项定义图像的宽高比。           | COMBO   | 是    | `"reve-create@20250915"`<br />`"3:2"`<br />`"16:9"`<br />`"9:16"`<br />`"2:3"`<br />`"4:3"`<br />`"3:4"`<br />`"1:1"` |
| `upscale`           | 启用或禁用放大后期处理步骤。启用时，您还必须选择放大倍数。                   | COMBO   | 否    | `"disabled"`<br />`"enabled"`                                                                                         |
| `upscale_factor`    | 增加图像分辨率的倍数。此参数仅在 `upscale` 设置为 `"enabled"` 时生效。 | COMBO   | 否    | `2`<br />`3`<br />`4`                                                                                                 |
| `remove_background` | 启用时，对生成的图像应用背景移除后期处理步骤。                         | BOOLEAN | 否    | N/A                                                                                                                   |
| `seed`              | 控制节点是否应重新运行的种子值。注意：无论种子值如何，结果都是非确定性的。默认值：0。     | INT     | 否    | 0 到 2147483647                                                                                                        |

**注意：** `upscale_factor` 参数依赖于 `upscale` 参数设置为 `"enabled"`。`seed` 参数不保证确定性输出。

## 输出

| 输出名称    | 描述                    | 数据类型  |
| ------- | --------------------- | ----- |
| `image` | 由 Reve 模型根据输入提示生成的图像。 | IMAGE |

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

***

**Source fingerprint (SHA-256):** `56cb32ad254d39609d9795ca29f1ccba1db2c5a7ac5bb530475298306ec4ea19`
