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

# ReveImageCreateNode - ComfyUI Built-in Node Documentation

> The Reve Image Create node generates images from text descriptions using the Reve AI model.

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, with controls for aspect ratio and optional post-processing such as upscaling and background removal. This node is deprecated.

## Inputs

### Common Inputs

| Parameter           | Description                                                                                                 | Data Type      | Required | Range                         |
| ------------------- | ----------------------------------------------------------------------------------------------------------- | -------------- | -------- | ----------------------------- |
| `model`             | Model version to use for generation.                                                                        | DYNAMIC\_COMBO | Yes      | `"reve-create@20250915"`      |
| `prompt`            | Text description of the desired image. Maximum 2560 characters.                                             | 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       | N/A                           |
| `seed`              | Seed controls whether the node should re-run; results are non-deterministic regardless of seed. Default: 0. | INT            | No       | 0 to 2147483647               |

### reve-create\@20250915 Inputs

Options available when `model` is set to `"reve-create@20250915"`:

| Parameter           | Description                                                                             | Data Type | Required | Range                                                                                   |
| ------------------- | --------------------------------------------------------------------------------------- | --------- | -------- | --------------------------------------------------------------------------------------- |
| `aspect_ratio`      | Aspect ratio of the output 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` | Higher values produce better images but cost more credits. Default: 1. Advanced option. | INT       | No       | 1 to 5                                                                                  |

### Upscale Inputs

Options available 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 |

**Note:** The `seed` parameter does not guarantee deterministic outputs. The `upscale` parameter controls whether upscaling is applied as a post-processing step, and may add additional cost. The `prompt` must contain between 1 and 2560 characters.

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