Short answer: You can generate image with flux in Black Forest Labs by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Black Forest Labs Generate Image with Flux 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 |
|---|---|---|---|
Model model | options | Required | Model. Options: Flux Pro 1.1 Ultra (best), Flux Pro 1.1, Flux Dev (cheap) … |
Prompt prompt | string | Required | Prompt (required) |
Width width | number | Optional | Width |
Height height | number | Optional | Height |
Prompt Upsampling prompt_upsampling | options | Optional | Prompt Upsampling. Options: No, Yes |
{"model": "{{trigger.model}}","prompt": "{{trigger.prompt}}","width": "{{trigger.width}}","height": "{{trigger.height}}","prompt_upsampling": "{{trigger.prompt_upsampling}}"}
{"id": "task-abc123","polling_url": "https://api.bfl.ai/v1/get_result?id=task-abc123"}
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.