Short answer: You can stable image ultra in Stability AI by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Stability AI Stable Image Ultra action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.