Short answer: Drop the "Black Forest Labs → Generate Image with Flux" 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 |
|---|---|---|---|
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.
Triggered by anything in the catalog. Free tier available. No credit card.