generate_image
Create custom images from text prompts using the Flux model. Specify aspect ratio, output format, and quantity to generate visual content for various applications.
Instructions
Generate an image using the Flux model
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Prompt for generated image | |
| seed | No | Random seed for reproducible generation | |
| aspect_ratio | No | Aspect ratio for the generated image | 1:1 |
| output_format | No | Format of the output images | webp |
| num_outputs | No | Number of outputs to generate (1-4) |