# Reve Image Create Node

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. Includes aspect ratio selection within this parameter. | COMBO | Yes | `"reve-create@20250915"` |
| `seed` | Seed controls whether the node should re-run; results are non-deterministic regardless of seed. Default: 0. | INT | No | 0 to 2147483647 |
| `upscale` | Enables or disables the upscaling post-processing step. When enabled, you must also select an upscale factor. | COMBO | No | `"disabled"`<br>`"enabled"` |
| `remove_background` | When enabled, applies a background removal post-processing step to the generated image. | BOOLEAN | No | N/A |

**Note:** The `seed` parameter does not guarantee deterministic outputs. The `upscale` parameter controls whether upscaling is applied as a post-processing step.

## 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):** `d4e233fb94afa248503ec34fc4c1d4de48759c33632b35e139083e34929cecf3`
