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 →
{
"id": "GenI34",
"name": "\u5546\u54c1\u5716\u8207\u4eba\u7269\u7167\u5408\u6210",
"nodes": [
{
"parameters": {
"content": "\u26a0\ufe0f \u67b6\u69cb\u7bc4\u672c\uff08\u672a\u63a5 key\uff09\n\n\u5f71\u50cf/\u5f71\u7247\u751f\u6210\u9700\u4ed8\u8cbb API\uff08OpenAI Images / Veo \u7b49\uff09\uff1b\n\u6216\u6539\u63a5\u4f60\u672c\u6a5f\u7684 ComfyUI / Stable Diffusion\uff08\u514d\u8cbb\uff0c\u9700\u53e6\u8a2d\uff09\u3002\n\u6b64\u8655\u793a\u610f\u547c\u53eb\u7d50\u69cb\u3002",
"height": 320,
"width": 380,
"color": 4
},
"id": "n-note",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
180,
100
]
},
{
"parameters": {},
"id": "n-manual",
"name": "When clicking Execute",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
460
]
},
{
"parameters": {
"jsCode": "const topic='\uff08\u63cf\u8ff0\u4f60\u8981\u7684\u5716/\u5f71\u7247\uff09';\nconst prompt=topic;\nreturn [{json:{topic,prompt}}];"
},
"id": "n-input",
"name": "Input (edit me)",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
460,
460
]
},
{
"parameters": {
"options": {},
"method": "POST",
"url": "https://api.openai.com/v1/images/generations",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer YOUR_API_KEY"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ JSON.stringify({ prompt: $json.prompt }) }}"
},
"id": "n-gen",
"name": "Generate (API)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
680,
460
]
}
],
"connections": {
"When clicking Execute": {
"main": [
[
{
"node": "Input (edit me)",
"type": "main",
"index": 0
}
]
]
},
"Input (edit me)": {
"main": [
[
{
"node": "Generate (API)",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
商品圖與人物照合成. Uses httpRequest. Event-driven trigger; 4 nodes.
Source: https://github.com/YuriCrystal/n8n-marketing-flows/blob/46c8e2535430ebe1e9bb4d8b6b335465c4702ffb/templates/i34-image-compose.skeleton.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.
⚡AI-Powered YouTube Playlist & Video Summarization and Analysis v2. Uses httpRequest, n8n-nodes-youtube-transcription-dmr, redis. Event-driven trigger; 73 nodes.
Lead Cleanup - SMS Errors & DNC. Uses httpRequest, slack. Event-driven trigger; 49 nodes.
LAB 10 - Trade Fair Lead Processing - Inspectable. Uses httpRequest. Event-driven trigger; 46 nodes.
Maximize your conversion rates with this end-to-end automated outreach and lead nurturing system. This workflow manages the entire sales lifecycle—from instant contact enrollment via WhatsApp to AI-pe
This workflow is designed to take user inputs in order to generate an image using the Riverflow 2.0 model through the Replicate API. It can handle both image generation as well as image editing. Addit