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

# ReveImageRemixNode - ComfyUI Built-in Node Documentation

> The Reve Image Remix node uses the Reve API to generate a new image.

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

### Common Inputs

| Parameter           | Description                                                                                                                                                       | Data Type      | Required | Range                                                     |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------- | --------------------------------------------------------- |
| `model`             | Model version to use for remixing.                                                                                                                                | DYNAMIC\_COMBO | Yes      | `"reve-remix@20250915"`<br />`"reve-remix-fast@20251030"` |
| `prompt`            | Text description of the desired image. May include XML img tags to reference specific images by index, e.g. `<img>0</img>`, `<img>1</img>`, etc. (default: empty) | STRING         | Yes      | 1 to 2560 characters                                      |
| `upscale`           | Upscale the generated image. May add additional cost. (default: "disabled")                                                                                       | DYNAMIC\_COMBO | No       | `"disabled"`<br />`"enabled"`                             |
| `remove_background` | Remove the background from the generated image. May add additional cost. (default: false)                                                                         | BOOLEAN        | No       | `true`<br />`false`                                       |
| `seed`              | Seed controls whether the node should re-run; results are non-deterministic regardless of seed. (default: 0)                                                      | INT            | No       | 0 to 2147483647                                           |

### Model Inputs (Shared by reve-remix\@20250915 and reve-remix-fast\@20251030)

| Parameter           | Description                                                             | Data Type | Required | Range                                                                                                 |
| ------------------- | ----------------------------------------------------------------------- | --------- | -------- | ----------------------------------------------------------------------------------------------------- |
| `aspect_ratio`      | Aspect ratio of the output image. (default: "auto")                     | COMBO     | Yes      | `"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` | Higher values produce better images but cost more credits. (default: 1) | INT       | No       | 1 to 5                                                                                                |

### Upscale Inputs (Appear When `upscale` Is Set to "enabled")

| Parameter        | Description                                  | Data Type | Required | Range  |
| ---------------- | -------------------------------------------- | --------- | -------- | ------ |
| `upscale_factor` | Upscale factor (2x, 3x, or 4x). (default: 2) | INT       | No       | 2 to 4 |

### Reference Inputs

| Parameter          | Description                                                                                                                                      | Data Type | Required | Range         |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | -------- | ------------- |
| `reference_images` | Growable slot: connect 1 to 6 images (`image_1` to `image_6`) to use as the visual base for the remix. At least one reference image is required. | IMAGE     | Yes      | 1 to 6 images |

**Note:** The prompt must contain between 1 and 2560 characters. When `aspect_ratio` is set to "auto", the service determines the aspect ratio of the output image. A `test_time_scaling` value of 1 applies standard processing; higher values improve image quality but consume more credits. The `upscale_factor` widget only appears when `upscale` is set to "enabled". The remix results are non-deterministic regardless of the seed value. This node is deprecated.

## Outputs

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

> 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)

***

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