Short answer: Drop the "Hugging Face → HF Text to Image" 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 ID model | string | Required | HF model id (any text-to-image) |
Prompt prompt | string | Required | Prompt (required) |
Negative Prompt negative_prompt | string | Optional | Negative Prompt |
Width width | string | Optional | Width |
Height height | string | Optional | Height |
{"model": "e.g. black-forest-labs/FLUX.1-schnell, stabilityai/stable-diffusion-3.5-large","prompt": "{{trigger.prompt}}","negative_prompt": "{{trigger.negative_prompt}}","width": "{{trigger.width}}","height": "{{trigger.height}}"}
"<binary>"
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.