広告画像ジェネレーター

中級

これは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など)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数14
カテゴリー2
ノードタイプ8
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Rahul Joshi

Rahul Joshi

@rahul08

Rahul 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で表示

このワークフローを共有

カテゴリー

カテゴリー: 34