Short answer: You can stability ai search and replace in Stability AI by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Stability AI Stability AI Search and Replace action to a workflow, map its 4 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 |
|---|---|---|---|
Image URL image_url | url | Required | A fully qualified URL (https://...) for the image url. |
Replacement Prompt prompt | string | Required | Replacement Prompt. Example: a red sports car |
Search For search_prompt | string | Required | Search For. Example: the blue sedan |
Output Format output_format | options | Optional | Output Format. Options: PNG, JPEG, WebP |
{"image_url": "e.g. https://example.com/path","prompt": "e.g. a red sports car","search_prompt": "e.g. the blue sedan","output_format": "{{trigger.output_format}}"}
{"seed": 42,"image": "base64_encoded_image_data","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.