使用GPT-4、Dumpling AI和Google Drive生成广告图片变体
中级
这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 14 个节点。主要使用 SplitOut, FormTrigger, GoogleDrive, HttpRequest, GoogleSheets 等节点。 使用GPT-4、Dumpling AI和Google Drive生成广告图片变体
前置要求
- •Google Drive API 凭证
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
- •OpenAI API Key
使用的节点 (14)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "cU2fwVR3z955Vuqt",
"meta": {
"instanceId": "a1ae5c8dc6c65e674f9c3947d083abcc749ef2546dff9f4ff01de4d6a36ebfe6",
"templateCredsSetupCompleted": true
},
"name": "使用 GPT-4、Dumpling AI 和 Google Drive 生成广告图片变体",
"tags": [],
"nodes": [
{
"id": "849a3377-d9bb-42d4-b602-61ca789bfb1f",
"name": "提交品牌信息 + 图片",
"type": "n8n-nodes-base.formTrigger",
"position": [
240,
55
],
"webhookId": "da177997-c71a-4127-816e-d0e3a442b94a",
"parameters": {
"options": {},
"formTitle": "Ad Image Generator",
"formFields": {
"values": [
{
"fieldLabel": "Brand Name",
"requiredField": true
},
{
"fieldLabel": "Brand Website",
"requiredField": true
},
{
"fieldType": "file",
"fieldLabel": "Ad Image",
"multipleFiles": false,
"requiredField": true
}
]
},
"formDescription": "Provide brand and product info, and an optional reference image to generate image variations with AI."
},
"typeVersion": 2.2
},
{
"id": "25dc9e03-7c7e-44eb-897c-bd8956e554d7",
"name": "上传广告图片到 Google Drive",
"type": "n8n-nodes-base.googleDrive",
"position": [
460,
55
],
"parameters": {
"name": "={{ $json['Ad Image'].filename }} (Original)",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive",
"cachedResultUrl": "https://drive.google.com/drive/my-drive",
"cachedResultName": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "1R5bTxrKmi9NDMFJIh3aQgbNuZwmCybLV",
"cachedResultUrl": "https://drive.google.com/drive/folders/1R5bTxrKmi9NDMFJIh3aQgbNuZwmCybLV",
"cachedResultName": "n8n Testing"
},
"inputDataFieldName": "Ad_Image"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "B0Hulh0j065xznhI",
"name": "nnekajennifer"
}
},
"typeVersion": 3
},
{
"id": "feb9a701-63d5-4c68-b4d2-56693dfd667a",
"name": "下载广告图片进行分析",
"type": "n8n-nodes-base.googleDrive",
"position": [
680,
55
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "id",
"value": "={{ $(' Upload Ad Image to Google Drive').item.json.id }}"
},
"options": {},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "B0Hulh0j065xznhI",
"name": "nnekajennifer"
}
},
"typeVersion": 3
},
{
"id": "c6000bdb-ce69-4302-b27e-aab73d128337",
"name": "描述图片的视觉风格",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
900,
55
],
"parameters": {
"text": "Describe the visual style, subject matter, and composition of this image. Is it a lifestyle image, a product-only shot, or a combination? Include lighting style and camera angle if possible.",
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o",
"cachedResultName": "GPT-4O"
},
"options": {},
"resource": "image",
"inputType": "base64",
"operation": "analyze"
},
"credentials": {
"openAiApi": {
"id": "dd8NvMC6rvx8RITo",
"name": "OpenAi account 2"
}
},
"typeVersion": 1.8
},
{
"id": "110842b9-d0d0-4c46-bc2d-94851bd6aa30",
"name": "分析品牌网站风格",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
1120,
55
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4",
"cachedResultName": "GPT-4"
},
"options": {},
"messages": {
"values": [
{
"content": "=You are a visual brand strategist and art director for direct-to-consumer (DTC) e-commerce brands.\n\nPlease analyze the following brand website. Focus **only** on the brand’s **visual aesthetic**, including:\n\n- Color palette\n- Photography style and lighting\n- Imagery themes (e.g. lifestyle vs. product shots)\n- Mood or tone evoked by visuals\n- Any repeating design elements or layout patterns\n\nBe descriptive but concise. The output will be used to help design consistent and creative AI-generated images for ad creatives — so focus entirely on the visual look and feel.\n\n\nBrand Website: {{ $('Submit Brand Info + Image').item.json['Brand Website'] }}\nBrand Name: {{ $('Submit Brand Info + Image').item.json['Brand Name'] }}\n"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "dd8NvMC6rvx8RITo",
"name": "OpenAi account 2"
}
},
"typeVersion": 1.8
},
{
"id": "41a97d61-1d3a-4ec3-9b76-c5fe4fb2b312",
"name": "LangChain 代理:生成变体提示",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1496,
55
],
"parameters": {
"text": "=Brand Name: {{ $('Submit Brand Info + Image').item.json['Brand Name'] }}\nWebsite: {{ $('Submit Brand Info + Image').item.json['Brand Website'] }}\nReference Ad Description: {{ $('Describe Visual Style of Image').item.json.content }}\nVisual Style Overview: {{ $json.message.content }}",
"options": {
"systemMessage": "=Brand Name: {{ $('Submit Brand Info + Image').item.json['Brand Name'] }}\nWebsite: {{ $('Submit Brand Info + Image').item.json['Brand Website'] }}\nReference Ad Description: {{ $('Describe Visual Style of Image').item.json.content }}\nVisual Style Overview: {{ $json.message.content }}\n\nYour task is to generate **10 tightly related visual variations** of a reference ad image — not new concepts. These prompts are for testing subtle creative changes on Facebook/Instagram ads (e.g., backdrop, mood, color, lighting) while preserving the original subject and composition.\n\n### Reference Materials:\n\n**Brand Info**: {{ $('Submit Brand Info + Image').item.json['Brand Name'] }}\n**Website**: {{ $('Submit Brand Info + Image').item.json['Brand Website'] }}\n**Visual Aesthetics Guideline**: {{ $json.message.content }}\n**Reference Image Description**: {{ $('Describe Visual Style of Image').item.json.content }}\n\nUse the Reference Image Description to ground your concepts in visual reality — the new prompts should **feel like believable variations** of this original ad image in terms of camera angle, lighting, and context, while introducing fresh concepts or creative twists.\n\n### For each of the 10 prompts:\n\n- **Preserve** the reference image's subject (product, camera angle, core framing)\n- **Only vary** the background, environment, mood, lighting, or color treatment\n- Examples of variation types:\n - Daylight vs sunset lighting\n - Poolside vs marble countertop\n - Lavender tones vs beach sand tones\n - Summer vibe vs spa-like calm\n- Use vivid, sensory language to describe each variation\n- Always include **aspect ratio** (1:1 or 4:5)\n- Never introduce logos, overlays, or major subject changes\n\nThe goal is to create **subtle, performance-testable image variations**, not entirely new compositions.\n\nPlease return **only** a JSON array of 10 objects, each with a single property `\"prompt\"` containing the image prompt. Example output structure:\n\n[\n {\n \"prompt\": \"Sun-drenched poolside shot of the product on a marble ledge at golden hour, with soft shadows and warm tones. Aspect ratio 1:1.\"\n },\n {\n \"prompt\": \"Cool lavender-tinted sunset beach backdrop behind the product, highlighting reflective metallic accents. Aspect ratio 4:5.\"\n },\n {\n \"prompt\": \"...\"\n }\n]"
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.7
},
{
"id": "549abb3a-c944-47ce-a5eb-a5e35e8b7934",
"name": "将提示解析为 JSON 数组",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1720,
260
],
"parameters": {
"jsonSchemaExample": "[\n {\n \"prompt\": \"Sun-drenched poolside shot of the product on a marble ledge at golden hour, with soft shadows and warm tones. Aspect ratio 1:1.\"\n },\n {\n \"prompt\": \"Cool lavender-tinted sunset beach backdrop behind the product, highlighting reflective metallic accents. Aspect ratio 4:5.\"\n },\n {\n \"prompt\": \"...\"\n }\n]"
},
"typeVersion": 1.2
},
{
"id": "833fd095-e1ea-4b70-989f-542b415f4294",
"name": "拆分:每个项目一个提示",
"type": "n8n-nodes-base.splitOut",
"position": [
1872,
55
],
"parameters": {
"options": {},
"fieldToSplitOut": "output"
},
"typeVersion": 1
},
{
"id": "89875b01-68e0-4aec-a688-9965a8ca4a3d",
"name": "为每个变体下载基础图片",
"type": "n8n-nodes-base.googleDrive",
"position": [
2092,
55
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "id",
"value": "={{ $(' Upload Ad Image to Google Drive').item.json.id }}"
},
"options": {},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "B0Hulh0j065xznhI",
"name": "nnekajennifer"
}
},
"typeVersion": 3
},
{
"id": "6c0131d3-46c3-47af-b8d4-d293f5378760",
"name": "循环:处理图片变体",
"type": "n8n-nodes-base.splitInBatches",
"position": [
2312,
55
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "046f2619-c1a3-4674-9ae6-33221bb6f095",
"name": "Dumpling AI:生成图片变体",
"type": "n8n-nodes-base.httpRequest",
"position": [
2532,
-20
],
"parameters": {
"url": "https://app.dumplingai.com/api/v1/generate-ai-image",
"method": "POST",
"options": {},
"jsonBody": "={\n \"model\": \"FLUX.1-pro\",\n \"input\": {\n \"prompt\": \"{{ $json.prompt }}\"\n }\n}\n",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "6X2b4RLVRbz8I4Z8",
"name": "Vapi"
}
},
"typeVersion": 4.2
},
{
"id": "815e004d-f1ed-485f-be24-c4bf565a61f1",
"name": "将图片变体 URL 记录到 Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
2752,
55
],
"parameters": {
"columns": {
"value": {
"Image URL": "={{ $json.url }}"
},
"schema": [
{
"id": "Image URL",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Image URL",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Image URL"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/12bBSaMdX-jE7QtIlEX4CBUEGScmJx3xK7bwFtHWan64/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/12bBSaMdX-jE7QtIlEX4CBUEGScmJx3xK7bwFtHWan64/edit?usp=drivesdk",
"cachedResultName": "Edited image "
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "GaJqJHuS5mQxap7q",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "165b9120-6c0b-446e-afd6-c4f233d167df",
"name": "GPT-4o(连接到 LangChain 代理)",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1524,
275
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "dd8NvMC6rvx8RITo",
"name": "OpenAi account 2"
}
},
"typeVersion": 1.2
},
{
"id": "b52a1b6b-d5c5-43ad-a2c4-b318aa715f7d",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
300,
-480
],
"parameters": {
"width": 780,
"height": 740,
"content": "### 🖼️ 广告图片变体生成器(使用 GPT-4 + Dumpling AI)"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "3bc41ee0-40f8-4a07-b76d-e8fe2ff5a0c8",
"connections": {
"Submit Brand Info + Image": {
"main": [
[
{
"node": " Upload Ad Image to Google Drive",
"type": "main",
"index": 0
}
]
]
},
"Split: One Prompt per Item": {
"main": [
[
{
"node": "Download Base Image for Each Variation",
"type": "main",
"index": 0
}
]
]
},
"Analyze Brand Website Style": {
"main": [
[
{
"node": "LangChain Agent: Generate Variation Prompts",
"type": "main",
"index": 0
}
]
]
},
"Parse Prompts into JSON Array": {
"ai_outputParser": [
[
{
"node": "LangChain Agent: Generate Variation Prompts",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Describe Visual Style of Image": {
"main": [
[
{
"node": "Analyze Brand Website Style",
"type": "main",
"index": 0
}
]
]
},
"Download Ad Image for Analysis": {
"main": [
[
{
"node": "Describe Visual Style of Image",
"type": "main",
"index": 0
}
]
]
},
"Loop: Process Image Variations": {
"main": [
[],
[
{
"node": "Dumpling AI: Generate Image Variation",
"type": "main",
"index": 0
}
]
]
},
" Upload Ad Image to Google Drive": {
"main": [
[
{
"node": "Download Ad Image for Analysis",
"type": "main",
"index": 0
}
]
]
},
"Dumpling AI: Generate Image Variation": {
"main": [
[
{
"node": " Log Image Variation URLs to Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"GPT-4o (Connected to LangChain Agent)": {
"ai_languageModel": [
[
{
"node": "LangChain Agent: Generate Variation Prompts",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Download Base Image for Each Variation": {
"main": [
[
{
"node": "Loop: Process Image Variations",
"type": "main",
"index": 0
}
]
]
},
" Log Image Variation URLs to Google Sheets": {
"main": [
[
{
"node": "Loop: Process Image Variations",
"type": "main",
"index": 0
}
]
]
},
"LangChain Agent: Generate Variation Prompts": {
"main": [
[
{
"node": "Split: One Prompt per Item",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 内容创作, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用 Dumpling AI + GPT-4o 将 Reddit 痛点转化为漫画广告
使用Dumpling AI和GPT-4o将Reddit痛点转换为漫画广告
If
Set
Reddit
+12
31 节点Yang
内容创作
💥 使用NanoBanana、Seedream 4、ChatGPT Image和Veo 3自动化视频广告 - VIDE
使用AI(NanoBanana、Seedream、GPT-4o、Veo 3)自动化和发布视频广告活动
Set
Code
Wait
+16
63 节点Dr. Firas
内容创作
WordPress博客自动化专业版(深度研究)v2.1市场
使用GPT-4o、Perplexity AI和多语言支持自动化SEO优化的博客创建
If
Set
Xml
+27
125 节点Daniel Ng
内容创作
使用 OpenAI、ElevenLabs 和 Fal.ai 自动化病毒式内容创作,适用于视频、播客和 ASMR
使用 OpenAI、ElevenLabs 和 Fal.ai 自动化病毒式内容创作,适用于视频、播客和 ASMR
Set
Code
Wait
+16
97 节点Adam Crafts
内容创作
使用 Dumpling AI 从表单自动生成电影级动物视频和声音
使用GPT-4、Dumpling AI和ElevenLabs音频将表单输入转换为电影级视频
Set
Code
Wait
+9
23 节点Yang
内容创作
使用OpenAI、RunwayML和ElevenLabs自动化无脸短视频
使用OpenAI、RunwayML和ElevenLabs自动化无脸短视频:从脚本到社交媒体
Set
Code
Wait
+18
56 节点LeeWei
内容创作