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

# ReveImageRemixNode - ComfyUI Built-in Node Documentation

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

Reve Image Remix 节点使用 Reve API 生成新图像。它结合一张或多张参考图像与文本提示，根据提供的描述创建新的混搭图像。

## 输入

| 参数                  | 描述                                                                                | 数据类型    | 是否必填 | 范围                                                    |
| ------------------- | --------------------------------------------------------------------------------- | ------- | ---- | ----------------------------------------------------- |
| `reference_images`  | 用作混搭基础的一张或多张参考图像。可添加 1 至 6 张图像。                                                   | IMAGE   | 是    | 1 至 6 张图像                                             |
| `prompt`            | 所需图像的文本描述。可包含 XML `<img>` 标签，通过索引引用特定图像（例如 `<img>0</img>`、`<img>1</img>`）。（默认值：空） | STRING  | 是    | 1 至 2560 个字符                                          |
| `model`             | 用于混搭的模型版本。每个模型选项包含可配置的宽高比和测试时缩放设置。                                                | COMBO   | 是    | `reve-remix@20250915`<br />`reve-remix-fast@20251030` |
| `upscale`           | 控制是否对生成的图像进行放大。启用后，可选择放大倍数。                                                       | COMBO   | 否    | `"disabled"`<br />`"enabled"`                         |
| `remove_background` | 启用后，尝试移除生成图像的背景。                                                                  | BOOLEAN | 否    | `true`<br />`false`                                   |
| `seed`              | 种子值。更改此值会导致节点重新运行，但无论种子如何，结果均非确定性。（默认值：0）                                         | INT     | 否    | 0 至 2147483647                                        |

**注意：** `model` 参数是一个动态组合，包含嵌套设置：`aspect_ratio`（选项："auto"、"16:9"、"9:16"、"3:2"、"2:3"、"4:3"、"3:4"、"1:1"）和 `test_time_scaling`。`upscale` 参数设置为 "enabled" 时，会显示嵌套的 `upscale_factor` 设置。

## 输出

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