> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-comfy-docs-comfyapi-search.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 a text description using the Reve AI model.

The Reve Image Create node generates images from a text description using the Reve AI model. It sends the prompt to the Reve API and returns the resulting image, with optional post-processing for 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. 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       | 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 `prompt` must contain between 1 and 2560 characters. The `upscale_factor` input only appears when `upscale` is set to `"enabled"`. The `seed` parameter does not guarantee deterministic outputs — results are non-deterministic regardless of the seed value. Both `upscale` and `remove_background` may add additional cost.

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