
Parameters
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| prompt | string | "" | Detailed text prompt describing what to generate |
| seed | integer | 0 | Final result is not related to seed, this parameter only determines whether to re-execute |
| quality | selection | ”standard” | Image quality, options: “standard” or “hd” |
| style | selection | ”natural” | Visual style, options: “natural” or “vivid”. “Vivid” makes the model tend to create more surreal and dramatic images, while “natural” generates more realistic, less surreal images |
| size | selection | ”1024x1024” | Output image size, options: “1024x1024”, “1024x1792”, or “1792x1024” |
Output Parameters
| Output | Type | Description |
|---|---|---|
| IMAGE | image | The generated image result |