The Reve Image Create node generates images from text descriptions using the Reve AI model. It sends a text prompt to the Reve API and returns the generated image. You can control the image's aspect ratio and apply optional post-processing effects like upscaling and background removal.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `prompt` | Text description of the desired image. Maximum 2560 characters. | STRING | Yes | N/A |
| `model` | Model version to use for generation. The aspect ratio is selected from the available options within this parameter. | COMBO | Yes | `"reve-create@20250915"` |
| `aspect_ratio` | The desired aspect ratio for the generated image. | COMBO | Yes | `"3:2"`<br>`"16:9"`<br>`"9:16"`<br>`"2:3"`<br>`"4:3"`<br>`"3:4"`<br>`"1:1"` |
| `test_time_scaling` | Enables or disables test-time scaling, which can improve image quality at the cost of longer generation time. | COMBO | Yes | `"disabled"`<br>`"enabled"` |
| `upscale` | Enables or disables the upscaling post-processing step. When enabled, you must also select an upscale factor. | COMBO | No | `"disabled"`<br>`"enabled"` |
| `upscale_factor` | The factor by which to increase the image's resolution. This parameter is only active when `upscale` is set to `"enabled"`. | COMBO | No | `2`<br>`3`<br>`4` |
| `remove_background` | When enabled, applies a background removal post-processing step to the generated image. | BOOLEAN | No | N/A |
| `seed` | A seed value that controls whether the node should re-run. Note: Results are non-deterministic regardless of the seed value. Default: 0. | INT | No | 0 to 2147483647 |

**Note:** The `upscale_factor` parameter is dependent on the `upscale` parameter being set to `"enabled"`. The `seed` parameter does not guarantee deterministic outputs.

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `image` | The image generated by the Reve model based on the input prompt. | 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/ReveImageCreateNode/en.md)

---
**Source fingerprint (SHA-256):** `69c81413cb345b7ecd92055e244f89d5b33f2bd67ee83e4225dd7c2168b55d5a`
