Short answer: You can hf text to image in Hugging Face by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Hugging Face HF Text to Image 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 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.