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

# ReveImageRemixNode - ComfyUI Built-in Node Documentation

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

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ReveImageRemixNode/en.md)

The Reve Image Remix node uses the Reve API to generate a new image. It combines one or more reference images with a text prompt to create a new, remixed image based on the provided description.

## Inputs

| Parameter           | Data Type | Required | Range                                                 | Description                                                                                                                                                                    |
| ------------------- | --------- | -------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `reference_images`  | IMAGE     | Yes      | 1 to 6 images                                         | One or more reference images to use as a base for the remix. You can add between 1 and 6 images.                                                                               |
| `prompt`            | STRING    | Yes      | 1 to 2560 characters                                  | A text description of the desired image. You can include XML `<img>` tags to reference specific images by their index (e.g., `<img>0</img>`, `<img>1</img>`). (default: empty) |
| `model`             | COMBO     | Yes      | `reve-remix@20250915`<br />`reve-remix-fast@20251030` | The model version to use for remixing. Each model option includes configurable aspect ratios and test-time scaling.                                                            |
| `upscale`           | COMBO     | No       | `"disabled"`<br />`"enabled"`                         | Controls whether to upscale the generated image. When enabled, you can select an upscale factor.                                                                               |
| `remove_background` | BOOLEAN   | No       | `true`<br />`false`                                   | When enabled, attempts to remove the background from the generated image.                                                                                                      |
| `seed`              | INT       | No       | 0 to 2147483647                                       | A seed value. Changing this value will cause the node to re-run, but the results are non-deterministic regardless of seed. (default: 0)                                        |

**Note:** The `model` parameter is a dynamic combo that includes nested settings for `aspect_ratio` (options: "auto", "16:9", "9:16", "3:2", "2:3", "4:3", "3:4", "1:1") and `test_time_scaling`. The `upscale` parameter, when set to "enabled", reveals a nested `upscale_factor` setting.

## Outputs

| Output Name | Data Type | Description                                        |
| ----------- | --------- | -------------------------------------------------- |
| `image`     | IMAGE     | The new image generated by the Reve remix process. |

***

**Source fingerprint (SHA-256):** `eb69d653812ecd63c66be9290233a820a4d0145bdd5be1e23601d8cdd5eb228a`
