# Reve Image Remix

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

**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 | 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):** `095e286f5badcdc1cdc034b2b91545f136f37550819888ac19d7ac808aec7641`
