generate_image_structured
Generate images with structured prompts for precise control over composition, style, lighting, and subjects, enabling AI agents to create detailed visual content.
Instructions
Generate images with detailed structured prompts for precise control over composition, style, lighting, and subjects. Ideal for AI agents that need fine-grained control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | Overall scene description - the main subject and setting | |
| subjects | No | List of subjects with their positions and descriptions | |
| style | No | Art style (e.g., 'Digital art painting', 'Photorealistic', 'Watercolor', 'Oil painting') | |
| color_palette | No | Hex color codes for the palette (e.g., ['#000033', '#6A0DAD', '#FFFFFF']) | |
| lighting | No | Lighting description (e.g., 'Soft golden hour lighting', 'Dramatic chiaroscuro') | |
| mood | No | Emotional mood of the image (e.g., 'Serene', 'Dramatic', 'Mysterious') | |
| background | No | Background description | |
| composition | No | Compositional rules (e.g., 'Rule of thirds', 'Centered', 'Golden ratio') | |
| camera | No | Camera settings for photographic style control | |
| effects | No | Visual effects (e.g., ['Bokeh', 'Light rays', 'Lens flare', 'Motion blur']) | |
| negative_prompt | No | What to avoid in the image (e.g., 'blurry, low quality, distorted') | |
| model | No | Model ID or alias. Use list_models to see options. | flux_schnell |
| image_size | No | landscape_16_9 | |
| num_images | No | ||
| seed | No | Seed for reproducible generation | |
| enable_safety_checker | No | Enable safety checker to filter inappropriate content | |
| output_format | No | Output image format | png |