The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "KIE - Image Generation with Flux",
"nodes": [
{
"parameters": {},
"id": "a1b2c3d4-0001-0001-0001-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"operation": "generate",
"model": "flux/1-1-ultra",
"prompt": "A serene mountain lake at sunset",
"ratio": "16:9",
"seed": 42,
"waitForCompletion": true
},
"id": "a1b2c3d4-0001-0001-0001-000000000002",
"name": "Flux",
"type": "n8n-nodes-kie.flux",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"kieApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {},
"id": "a1b2c3d4-0001-0001-0001-000000000003",
"name": "NoOp",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
680,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Flux",
"type": "main",
"index": 0
}
]
]
},
"Flux": {
"main": [
[
{
"node": "NoOp",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
kieApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
KIE - Image Generation with Flux. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
Source: https://github.com/ArielleTolome/n8n-nodes-kie/blob/main/examples/image-generation-flux.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Flux Ai Image Generator. Uses respondToWebhook, stickyNote, s3, formTrigger. Webhook trigger; 19 nodes.
Export Wordpress Posts To Spreadsheet. Uses manualTrigger, wordpress, spreadsheetFile, writeBinaryFile. Event-driven trigger; 4 nodes.
Create Update And Get A Post In Ghost. Uses manualTrigger, ghost. Event-driven trigger; 4 nodes.
Wordpress-to-csv. Uses manualTrigger, wordpress, spreadsheetFile, writeBinaryFile. Event-driven trigger; 4 nodes.
Create, update, and get a post in Ghost. Uses manualTrigger, ghost. Event-driven trigger; 4 nodes.