generate_image
Convert text prompts into images with Stable Image Ultra on AWS Bedrock. Adjust aspect ratio, exclude elements via negative prompts, and set a seed for reproducibility.
Instructions
Generate a high-quality image using Stable Image Ultra on Bedrock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for reproducibility | |
| prompt | Yes | Text description of the image to generate (max 10000 chars) | |
| filename | No | Output filename without extension | |
| output_dir | No | Override output directory | |
| aspect_ratio | No | Aspect ratio, e.g. '16:9', '1:1', '9:16' | |
| negative_prompt | No | What to exclude from the image |