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

# ReveImageCreateNode - ComfyUI Built-in Node Documentation

> Reve Image Create 节点使用 Reve AI 模型根据文本描述生成图像。

Reve Image Create 节点使用 Reve AI 模型根据文本描述生成图像。它会将提示词发送到 Reve API 并返回生成的图像，并可选地进行放大和背景移除等后处理。此节点已弃用。

## 输入

### 通用输入

| 参数                  | 描述                                    | 数据类型           | 必填 | 范围                            |
| ------------------- | ------------------------------------- | -------------- | -- | ----------------------------- |
| `model`             | 用于生成的模型版本。                            | DYNAMIC\_COMBO | 是  | `"reve-create@20250915"`      |
| `prompt`            | 所需图像的文本描述。最多 2560 个字符。默认值：""（空）。      | STRING         | 是  | 1 到 2560 个字符                  |
| `upscale`           | 对生成的图像进行放大。可能会产生额外费用。默认值："disabled"。  | DYNAMIC\_COMBO | 否  | `"disabled"`<br />`"enabled"` |
| `remove_background` | 移除生成图像的背景。可能会产生额外费用。默认值：False。        | BOOLEAN        | 否  | N/A                           |
| `seed`              | 种子控制节点是否应重新运行；无论种子为何，结果都是非确定性的。默认值：0。 | INT            | 否  | 0 到 2147483647                |

### reve-create\@20250915 输入

当 `model` 设置为 `"reve-create@20250915"` 时可用的选项：

| 参数                  | 描述                                   | 数据类型  | 必填 | 范围                                                                                      |
| ------------------- | ------------------------------------ | ----- | -- | --------------------------------------------------------------------------------------- |
| `aspect_ratio`      | 输出图像的宽高比。                            | COMBO | 是  | `"3:2"`<br />`"16:9"`<br />`"9:16"`<br />`"2:3"`<br />`"4:3"`<br />`"3:4"`<br />`"1:1"` |
| `test_time_scaling` | 数值越高，生成的图像质量越好，但消耗的额度也更多。默认值：1。高级选项。 | INT   | 否  | 1 到 5                                                                                   |

### 放大输入

当 `upscale` 设置为 `"enabled"` 时可用的选项：

| 参数               | 描述                      | 数据类型 | 必填 | 范围    |
| ---------------- | ----------------------- | ---- | -- | ----- |
| `upscale_factor` | 放大倍数（2x、3x 或 4x）。默认值：2。 | INT  | 否  | 2 到 4 |

**注意：** `prompt` 的长度必须介于 1 到 2560 个字符之间。`upscale_factor` 输入仅在 `upscale` 设置为 `"enabled"` 时才会出现。`seed` 参数并不能保证输出是确定性的——无论种子值为何，结果都是非确定性的。`upscale` 和 `remove_background` 都可能产生额外费用。

## 输出

| 输出名称    | 描述                   | 数据类型  |
| ------- | -------------------- | ----- |
| `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):** `69178bc7d11e32ca179be5f598fbe60c4d41955b87e1c797e79cf224917a930c`
