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

# ReveImageRemixNode - ComfyUI Built-in Node Documentation

> Reve Image Remix 节点使用 Reve API 生成新图像。

Reve Image Remix 节点使用 Reve API 生成新图像。它将一个或多个参考图像与文本提示相结合，根据所提供的描述生成新的重混图像。

## 输入

### 通用输入

| 参数                  | 描述                                                                            | 数据类型           | 必填 | 范围                                                        |
| ------------------- | ----------------------------------------------------------------------------- | -------------- | -- | --------------------------------------------------------- |
| `model`             | 用于重混的模型版本。                                                                    | DYNAMIC\_COMBO | 是  | `"reve-remix@20250915"`<br />`"reve-remix-fast@20251030"` |
| `prompt`            | 所需图像的文本描述。可包含 XML img 标签，通过索引引用特定图像，例如 `<img>0</img>`、`<img>1</img>` 等。（默认：空） | STRING         | 是  | 1 到 2560 个字符                                              |
| `upscale`           | 放大生成的图像。可能会产生额外费用。（默认："disabled"）                                             | DYNAMIC\_COMBO | 否  | `"disabled"`<br />`"enabled"`                             |
| `remove_background` | 移除生成图像的背景。可能会产生额外费用。（默认：false）                                                | BOOLEAN        | 否  | `true`<br />`false`                                       |
| `seed`              | 种子控制节点是否应重新运行；无论种子如何，结果都是非确定性的。（默认：0）                                         | INT            | 否  | 0 到 2147483647                                            |

### 模型输入（由 reve-remix\@20250915 和 reve-remix-fast\@20251030 共享）

| 参数                  | 描述                             | 数据类型  | 必填 | 范围                                                                                                    |
| ------------------- | ------------------------------ | ----- | -- | ----------------------------------------------------------------------------------------------------- |
| `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"` |
| `test_time_scaling` | 数值越高，生成的图像质量越好，但消耗的积分越多。（默认：1） | INT   | 否  | 1 到 5                                                                                                 |

### 放大输入（当 `upscale` 设置为 "enabled" 时显示）

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

### 参考输入

| 参数                 | 描述                                                             | 数据类型  | 必填 | 范围        |
| ------------------ | -------------------------------------------------------------- | ----- | -- | --------- |
| `reference_images` | 可增长槽位：连接 1 到 6 张图像（`image_1` 到 `image_6`）作为重混的视觉基础。至少需要一张参考图像。 | IMAGE | 是  | 1 到 6 张图像 |

**注意：** 提示必须包含 1 到 2560 个字符。当 `aspect_ratio` 设置为 "auto" 时，服务将决定输出图像的宽高比。`test_time_scaling` 值为 1 时应用标准处理；较高的值会提高图像质量，但会消耗更多积分。`upscale_factor` 控件仅在 `upscale` 设置为 "enabled" 时出现。无论种子值如何，重混结果都是非确定性的。此节点已弃用。

## 输出

| 输出名称    | 描述                 | 数据类型  |
| ------- | ------------------ | ----- |
| `image` | 由 Reve 重混过程生成的新图像。 | IMAGE |

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

***

**Source fingerprint (SHA-256):** `9cf0c6653aa620179ed5d888a455fe248a240b0db04687eade6652730eb5f003`
