Short answer: Drop the "Stability AI → Stable Image Ultra" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Prompt prompt | string | Required | Prompt (required) |
Negative Prompt negative_prompt | string | Optional | Negative Prompt |
Aspect Ratio aspect_ratio | options | Optional | Aspect Ratio. Options: 1:1, 16:9, 9:16 … |
Seed seed | string | Optional | 0 (random) |
Output Format output_format | options | Optional | Output Format. Options: PNG, JPEG, WEBP |
{"prompt": "{{trigger.prompt}}","negative_prompt": "{{trigger.negative_prompt}}","aspect_ratio": "{{trigger.aspect_ratio}}","seed": "0 (random)","output_format": "{{trigger.output_format}}"}
{"seed": 12345,"image": "<base64>","finish_reason": "SUCCESS"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.