gflow_generate_image
Generate images from text prompts using Google Flow's Imagen, with selectable models, aspect ratios, and reference assets. Returns local file paths for 1-4 images.
Instructions
Generate an image using Google Flow's Imagen model. Produces 1-4 images from a text prompt. Models: nano2 (fast), nano-pro (balanced), image4 (highest quality). Aspects: 1:1, 9:16, 16:9, 4:3, 3:4. The prompt supports @AssetName mentions to tag saved project characters/assets by name (resolves to referenceEntities/referenceImages). Reference a SAVED named asset via @Name; reference an arbitrary one-off image via reference_images. See docs/REFERENCE_STRATEGIES.md. On accounts served from flow.google.com, use an existing project and local reference files; UUID/entity references and image4 are not ported to that composer yet and fail before submit; retrying will not clear it. Returns local file paths to the generated images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| wait | No | ||
| count | No | ||
| model | No | nano2 | |
| tools | No | ||
| aspect | No | 1:1 | |
| output | No | ||
| prompt | Yes | ||
| profile | No | default | |
| project | No | ||
| ui_mode | No | ||
| instructions | No | ||
| project_name | No | ||
| reference_images | No | ||
| reference_entities | No | ||
| reference_entity_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||