広告画像ジェネレーター
中級
これはContent Creation, Multimodal AI分野の自動化ワークフローで、14個のノードを含みます。主にSet, SplitOut, HttpRequest, ConvertToFile, ManualTriggerなどのノードを使用。 GPT-4oとOpenAI画像APIを使って広告プレゼンから広告画像を生成する
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
- •OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "QHlBdxNaOW5x9gm3",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177"
},
"name": "Ads Image generator",
"tags": [],
"nodes": [
{
"id": "a9e3e2ff-f51b-42f3-b075-e8e8272cc5f2",
"name": "ファイルに変換",
"type": "n8n-nodes-base.convertToFile",
"position": [
1104,
0
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "131c824b-4fe8-4bd8-ac93-96590d6ce9c5",
"name": "OpenAI - Generate Image",
"type": "n8n-nodes-base.httpRequest",
"position": [
656,
0
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "85e14a8d-f18c-4cc0-887b-8bddc3b6384e",
"name": "設定 Variables",
"type": "n8n-nodes-base.set",
"position": [
432,
0
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "088ce6b5-d27c-4fe5-91dd-f47359ae0895",
"name": "Separate Image Outputs",
"type": "n8n-nodes-base.splitOut",
"position": [
880,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "56e02732-0628-4ada-9b6f-8b1b062d3eb5",
"name": "Azure OpenAI Chat Model3",
"type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
"position": [
128,
224
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f8f1c038-d41d-4a62-a620-6a054631ba07",
"name": "Prompt generator for image",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
32,
0
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "eec7ce5d-348a-4713-a1f5-992fe5bdfaef",
"name": "クリック時 ‘Execute workflow’",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-192,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ae209c1c-91bc-4b1f-ad1e-96ad90e5b659",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-112,
-560
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "910ed8db-e1c8-4b96-9940-de7a6a278a8d",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "83bc2e3d-050b-4a4b-821b-29a57255e49f",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
272,
192
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "13bfd3c3-d9fd-47f8-90be-852c2453d0e4",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
528,
-480
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "b4f1f6db-d3ce-4bb5-b6db-e734bb9ff4e5",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
768,
176
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "586d1907-98ea-484b-a892-c9248aa94b82",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1008,
-368
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "040a4382-50d2-49e0-86cc-3b58aa06681c",
"name": "付箋6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-752,
-176
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b445b924-d61d-4cbb-abff-f07a5ab4c10f",
"connections": {
"Set Variables": {
"main": [
[
{
"node": "131c824b-4fe8-4bd8-ac93-96590d6ce9c5",
"type": "main",
"index": 0
}
]
]
},
"088ce6b5-d27c-4fe5-91dd-f47359ae0895": {
"main": [
[
{
"node": "Convert to File",
"type": "main",
"index": 0
}
]
]
},
"131c824b-4fe8-4bd8-ac93-96590d6ce9c5": {
"main": [
[
{
"node": "088ce6b5-d27c-4fe5-91dd-f47359ae0895",
"type": "main",
"index": 0
}
]
]
},
"56e02732-0628-4ada-9b6f-8b1b062d3eb5": {
"ai_languageModel": [
[
{
"node": "f8f1c038-d41d-4a62-a620-6a054631ba07",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"f8f1c038-d41d-4a62-a620-6a054631ba07": {
"main": [
[
{
"node": "Set Variables",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "f8f1c038-d41d-4a62-a620-6a054631ba07",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - コンテンツ作成, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
プロスペクトの意図分類と自動タスク作成ツール
Azure GPT-4 を使って Google Sheets から ClickUp にリード意図分類を自動化
Set
Switch
Click Up
+
Set
Switch
Click Up
32 ノードRahul Joshi
コンテンツ作成
Stripe、Google Drive、Google Sheetsを使用した支払い領収書のアーカイブ
支払い確実書の自動化:StripeとGoogle Workspaceを使用したメール送信、書類保存、追跡
If
Gmail
Split Out
+
If
Gmail
Split Out
21 ノードRahul Joshi
コンテンツ作成
Google Drive から n8n テンプレートの説明を生成
AzureでGPT-4を使ってGoogle Driveからテンプレート説明文を生成
Code
Gmail
Google Drive
+
Code
Gmail
Google Drive
27 ノードRahul Joshi
コンテンツ作成
コンテンツジェネレーター v3
AI驱动ブログ自動化:使用GPT-4生成并公開SEO記事至WordPressとTwitter
If
Set
Code
+
If
Set
Code
144 ノードJay Emp0
コンテンツ作成
AI駆動のプロダクト動画ジェネレーター (Foreplay + Gemini + Sora 2)
Foreplay、Gemini、Sora 2を基盤としたAI駆動のプロダクト動画生成ワークフロー
Set
Wait
Switch
+
Set
Wait
Switch
18 ノードFahmi Fahreza
コンテンツ作成
リアルタイム - GeminiとCreatomateを使ってウイルスのAI動画制作と投稿を自動化
AI動画制作とマルチプラットフォーム公開にはGeminiとCreatomateを活用しましょう
Set
Code
Wait
+
Set
Code
Wait
47 ノードIntuz
コンテンツ作成
ワークフロー情報
難易度
中級
ノード数14
カテゴリー2
ノードタイプ8
作成者
Rahul Joshi
@rahul08Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.
外部リンク
n8n.ioで表示 →
このワークフローを共有