Short answer: You can edit image with kontext in Black Forest Labs by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Black Forest Labs Edit Image with Kontext 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 |
|---|---|---|---|
Model model | options | Optional | Model. Options: Flux Kontext Pro, Flux Kontext Max |
Edit Prompt prompt | string | Required | make the sky purple at sunset |
Input Image (base64 or URL) input_image | string | Required | Input Image (base64 or URL) (required) |
Aspect Ratio aspect_ratio | string | Optional | Aspect Ratio |
{"model": "{{trigger.model}}","prompt": "make the sky purple at sunset","input_image": "{{trigger.input_image}}","aspect_ratio": "{{trigger.aspect_ratio}}"}
{"id": "task_abc","polling_url": "https://api.bfl.ai/v1/get_result?id=task_abc"}
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.