The Recap AI - Nano Banana 인플루언서 광고 창의성
중급
이것은Content Creation, Miscellaneous, Multimodal AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Set, FormTrigger, GoogleDrive, HttpRequest, ConvertToFile 등의 노드를 사용하며. Nano Banana 이미지 생성기를 사용하여 무한한 전자상거래 광고 크리에이티브 생성
사전 요구사항
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "sywT2pKhyWK0seSM",
"meta": {
"instanceId": "06e5009344f682419c20ccd4ecdcb5223bbb91761882af93ac6d468dbc2cbf8d",
"templateCredsSetupCompleted": true
},
"name": "The Recap AI - Nano Banana Influencer Ad Creative",
"tags": [],
"nodes": [
{
"id": "765aa3a3-7cce-4510-a342-c297d13e8c87",
"name": "form_trigger",
"type": "n8n-nodes-base.formTrigger",
"position": [
512,
-192
],
"webhookId": "fe94ee22-4cc4-41f1-98ea-e69855b6b630",
"parameters": {
"options": {},
"formTitle": "Influencer Ad Creative Generator",
"formFields": {
"values": [
{
"fieldType": "file",
"fieldLabel": "Image",
"multipleFiles": false,
"requiredField": true
}
]
},
"formDescription": "Select and upload an image of your product. "
},
"typeVersion": 2.2
},
{
"id": "a66447f3-377e-498a-a925-f21a60fee7df",
"name": "list_influencer_images",
"type": "n8n-nodes-base.googleDrive",
"position": [
1040,
-192
],
"parameters": {
"filter": {
"folderId": {
"__rl": true,
"mode": "id",
"value": "1HTaxyt9ZIlf3faATFlN4ujlTZge9_yg-"
}
},
"options": {},
"resource": "fileFolder",
"returnAll": true
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "PgwI1k1VFnoEhOi6",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "0a5ddc7f-e7bf-4cec-8bf4-8fb107ca0676",
"name": "iterate_influencer_images",
"type": "n8n-nodes-base.splitInBatches",
"position": [
512,
32
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "96c2c161-08ba-4dc6-87e3-da1ac17154b6",
"name": "download_influencer_image",
"type": "n8n-nodes-base.googleDrive",
"position": [
784,
96
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "id",
"value": "={{ $json.id }}"
},
"options": {},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "PgwI1k1VFnoEhOi6",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "92609f61-eb3f-4eff-8f74-3392af805e3f",
"name": "product_image_to_base64",
"type": "n8n-nodes-base.extractFromFile",
"position": [
784,
-192
],
"parameters": {
"options": {},
"operation": "binaryToPropery",
"binaryPropertyName": "Image"
},
"typeVersion": 1
},
{
"id": "be421a9d-d907-4a9d-8183-1ee15d325417",
"name": "influencer_image_to_base_64",
"type": "n8n-nodes-base.extractFromFile",
"position": [
1040,
96
],
"parameters": {
"options": {},
"operation": "binaryToPropery"
},
"typeVersion": 1
},
{
"id": "5a0d1500-72d5-4f6c-bd9e-caa43559c28e",
"name": "generate_image",
"type": "n8n-nodes-base.httpRequest",
"position": [
1280,
96
],
"parameters": {
"url": "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image-preview:generateContent",
"method": "POST",
"options": {},
"jsonBody": "={\n \"contents\": [{\n \"parts\": [\n { \"text\": \"Create an image where the cup/tumbler in image 1 is being held by the person in the 2nd image (like they are about to take a drink from the cup). The person should be sitting at a table at a cafe or coffee shop and is smiling warmly while looking at the camera. This is not a professional photo, it should feel like a friend is taking a picture of the person in the 2nd image. Only return the final generated image. The angle of the image should instead by slightly at an angle from the side (vary this angle).\" },\n {\n \"inline_data\": {\n \"mime_type\": \"image/png\",\n \"data\": \"{{ $node['product_image_to_base64'].json.data }}\"\n }\n },\n {\n \"inline_data\": {\n \"mime_type\": \"image/jpeg\",\n \"data\": \"{{ $node['influencer_image_to_base_64'].json.data }}\"\n }\n }\n ]\n }]\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "abcMckGk9RG9i0Ba",
"name": "Google Gemini"
}
},
"typeVersion": 4.2
},
{
"id": "a784a2b9-42d4-4f69-9f0f-0c2b22db061f",
"name": "get_image",
"type": "n8n-nodes-base.convertToFile",
"position": [
1760,
96
],
"parameters": {
"options": {},
"operation": "toBinary",
"sourceProperty": "image_result"
},
"typeVersion": 1.1
},
{
"id": "f4bd7aed-8cc0-4c9a-9209-8a4af074e89f",
"name": "upload_image",
"type": "n8n-nodes-base.googleDrive",
"position": [
2016,
192
],
"parameters": {
"name": "=Influencer Image #{{ $runIndex + 1 }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive",
"cachedResultUrl": "https://drive.google.com/drive/my-drive",
"cachedResultName": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "id",
"value": "1ZatlrK3cMUHkeel-HTeCFYDf1mdBRAWj"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "PgwI1k1VFnoEhOi6",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "f6d7116b-51f6-4a7a-9684-8b92320eed2f",
"name": "set_result",
"type": "n8n-nodes-base.set",
"position": [
1520,
96
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "524da01b-f8b9-4c2c-9e28-319455903e4d",
"name": "=image_result",
"type": "string",
"value": "={{ $json.candidates[0].content.parts.filter(item => item.inlineData).first().inlineData.data }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "392150b5-f890-4918-a6ad-ab51e75560fb",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
368,
-400
],
"parameters": {
"width": 1936,
"height": 832,
"content": "## Nano Banana Ad Creative Generator\n\n### Setup\n1. Upload influencer reference images to the source Google Drive Folder\n2. Create a Google Drive destination folder for your output\n3. Upload an image of your product you want promoted by the reference influencer images\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "0e83dceb-8c84-4d51-b849-cb6c98dcdd8b",
"connections": {
"a784a2b9-42d4-4f69-9f0f-0c2b22db061f": {
"main": [
[
{
"node": "f4bd7aed-8cc0-4c9a-9209-8a4af074e89f",
"type": "main",
"index": 0
}
]
]
},
"f6d7116b-51f6-4a7a-9684-8b92320eed2f": {
"main": [
[
{
"node": "a784a2b9-42d4-4f69-9f0f-0c2b22db061f",
"type": "main",
"index": 0
}
]
]
},
"765aa3a3-7cce-4510-a342-c297d13e8c87": {
"main": [
[
{
"node": "92609f61-eb3f-4eff-8f74-3392af805e3f",
"type": "main",
"index": 0
}
]
]
},
"f4bd7aed-8cc0-4c9a-9209-8a4af074e89f": {
"main": [
[
{
"node": "0a5ddc7f-e7bf-4cec-8bf4-8fb107ca0676",
"type": "main",
"index": 0
}
]
]
},
"5a0d1500-72d5-4f6c-bd9e-caa43559c28e": {
"main": [
[
{
"node": "f6d7116b-51f6-4a7a-9684-8b92320eed2f",
"type": "main",
"index": 0
}
]
]
},
"a66447f3-377e-498a-a925-f21a60fee7df": {
"main": [
[
{
"node": "0a5ddc7f-e7bf-4cec-8bf4-8fb107ca0676",
"type": "main",
"index": 0
}
]
]
},
"92609f61-eb3f-4eff-8f74-3392af805e3f": {
"main": [
[
{
"node": "a66447f3-377e-498a-a925-f21a60fee7df",
"type": "main",
"index": 0
}
]
]
},
"96c2c161-08ba-4dc6-87e3-da1ac17154b6": {
"main": [
[
{
"node": "be421a9d-d907-4a9d-8183-1ee15d325417",
"type": "main",
"index": 0
}
]
]
},
"0a5ddc7f-e7bf-4cec-8bf4-8fb107ca0676": {
"main": [
[],
[
{
"node": "96c2c161-08ba-4dc6-87e3-da1ac17154b6",
"type": "main",
"index": 0
}
]
]
},
"be421a9d-d907-4a9d-8183-1ee15d325417": {
"main": [
[
{
"node": "5a0d1500-72d5-4f6c-bd9e-caa43559c28e",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 콘텐츠 제작, 기타, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
WordPress 블로그 자동화 프로페셔널 에디션(심층 연구) v2.1 마켓
GPT-4o, Perplexity AI 및 다국어 지원을 사용한 SEO 최적화 블로그 생성 자동화
If
Set
Xml
+
If
Set
Xml
125 노드Daniel Ng
콘텐츠 제작
OpenAI, ElevenLabs 및 Fal.ai를 사용한 비디오, 팟캐스트 및 ASMR용 바이럴 콘텐츠 제작 자동화
OpenAI, ElevenLabs 및 Fal.ai를 사용한 비디오, 팟캐스트 및 ASMR용 바이럴 콘텐츠 제작 자동화
Set
Code
Wait
+
Set
Code
Wait
97 노드Adam Crafts
콘텐츠 제작
LinkedIn 및 X 바이럴 콘텐츠 자동 엔진
사용AI생성및게시자동생성LinkedIn및X의病毒콘텐츠
If
Set
Wait
+
If
Set
Wait
156 노드Diptamoy Barman
콘텐츠 제작
자동화된 비디오 생성기
DeepSeek, TTS, Together.ai를 사용하여 스크립트에서 AI 비디오 생성
Set
Code
Wait
+
Set
Code
Wait
81 노드Lakindu Siriwardana
콘텐츠 제작
AI 계획, Linkup 검색, GPT-5를 사용하여 연구 지원 기사 생성
AI 계획, Linkup 검색 및 GPT-5를 사용하여 연구 지원 기사 생성
Set
Split Out
Aggregate
+
Set
Split Out
Aggregate
19 노드Guillaume Duvernay
콘텐츠 제작
OpenAI, RunwayML, ElevenLabs를 사용한 무면식 숏폼 비디오 자동화
OpenAI, RunwayML, ElevenLabs를 사용한 무면쇼트 비디오 자동화: 스크립트부터 소셜 미디어까지
Set
Code
Wait
+
Set
Code
Wait
56 노드LeeWei
콘텐츠 제작
워크플로우 정보
난이도
중급
노드 수11
카테고리3
노드 유형8
저자
Lucas Walter
@lucaswalterChief Automation Officer at The Recap AI. I build the AI systems and agents that power our business and teach others how to use n8n. Check out our YouTube channel linked below!
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유