AIによる商品撮影が10倍にUP:高級商品イメージを演出

中級

これはContent Creation, Multimodal AI分野の自動化ワークフローで、11個のノードを含みます。主にGoogleDrive, HttpRequest, Agent, LmChatOpenAiなどのノードを使用。 AI製品撮影によるEC販売10倍増 – 高級製品イメージを造る

前提条件
  • Google Drive API認証情報
  • ターゲットAPIの認証情報が必要な場合あり
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "b123b0ced16c403c4b53c4c2871fe8ad53e10fa860639a439ee9c523097eb0ca",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "1c1f5f21-2517-4644-bb67-4d9887f3b2c6",
      "name": "Google Driveから画像を取得",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -460,
        -2520
      ],
      "parameters": {
        "filter": {
          "folderId": {
            "__rl": true,
            "mode": "list",
            "value": "YOUR_GOOGLE_DRIVE_FOLDER_ID",
            "cachedResultUrl": "https://drive.google.com/drive/folders/YOUR_FOLDER_ID",
            "cachedResultName": "Product Images"
          }
        },
        "options": {},
        "resource": "fileFolder",
        "returnAll": true,
        "queryString": ".png"
      },
      "typeVersion": 3
    },
    {
      "id": "b20d6ab3-e90d-4a06-8c77-447c7b327413",
      "name": "AIプロンプトジェネレーター(オプション)",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        160,
        -2400
      ],
      "parameters": {
        "text": "Analyze this product image and create a professional background prompt for commercial photography. Focus on style, lighting, and environment that would complement this product.",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 2
    },
    {
      "id": "aef4b599-cd45-48c9-8a31-8a6f31fc7680",
      "name": "強化画像を保存",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1300,
        -2520
      ],
      "parameters": {
        "name": "enhanced-{{ $('Get Images from Google Drive').item.json.name }}",
        "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": "YOUR_OUTPUT_FOLDER_ID",
          "cachedResultUrl": "https://drive.google.com/drive/folders/YOUR_OUTPUT_FOLDER_ID",
          "cachedResultName": "Enhanced Products"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "123430d3-e08f-42f3-8e65-cc20a07c28ad",
      "name": "AIエージェント指示",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -2200
      ],
      "parameters": {
        "color": 5,
        "width": 380,
        "height": 540,
        "content": "## 🤖 AI Agent Notes (Optional)\n\n**Purpose**: Generates background prompts automatically\n\n**How to Use**:\n1. This node is OPTIONAL - you can skip it entirely\n2. If using, connect a vision-capable AI model\n3. Alternative: Write your own prompt directly in the Pixelcut node\n\n**⚠️ Important Limitations**:\n- Use OpenAI GPT-4 Vision or Claude Vision instead\n- Or simply disable this node and use manual prompts\n\n**Better Options**:\n- OpenAI GPT-4 Vision Preview\n- Anthropic Claude Vision\n- Google Gemini Vision\n- Manual prompt creation"
      },
      "typeVersion": 1
    },
    {
      "id": "5601862a-ff17-4dce-b0fe-d61f5f1926ab",
      "name": "Pixelcut背景ジェネレーター",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        760,
        -2520
      ],
      "parameters": {
        "url": "https://api.developer.pixelcut.ai/v1/generate-background",
        "method": "POST",
        "options": {
          "timeout": 60000
        },
        "sendBody": true,
        "contentType": "multipart-form-data",
        "sendHeaders": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "image",
              "parameterType": "formBinaryData",
              "inputDataFieldName": "imageData"
            },
            {
              "name": "prompt",
              "value": "Professional studio background with soft lighting, clean surfaces, and elegant atmosphere"
            },
            {
              "name": "format",
              "value": "png"
            }
          ]
        },
        "headerParameters": {
          "parameters": [
            {
              "name": "X-API-KEY",
              "value": "YOUR_PIXELCUT_API_KEY"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "d6986636-7d05-44d2-87cc-1df4bf7a640c",
      "name": "Pixelcut設定ガイド",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        -2860
      ],
      "parameters": {
        "color": 5,
        "width": 400,
        "height": 320,
        "content": "## 🎨 Pixelcut.ai Configuration\n\n**Required Setup**:\n1. Get API key from pixelcut.ai\n2. Replace YOUR_PIXELCUT_API_KEY with your actual key\n3. Customize the prompt field for your desired background\n\n**Supported Formats**:\n- PNG (recommended for products)\n- JPG (smaller file size)\n- WEBP (modern format)\n"
      },
      "typeVersion": 1
    },
    {
      "id": "3b9c5250-8498-4096-96ab-e3cbf8175b84",
      "name": "ファイル形式設定",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        220,
        -3020
      ],
      "parameters": {
        "color": 5,
        "width": 380,
        "height": 520,
        "content": "## ⚠️ File Format Warning\n\n**Current Limitation**: \nThis workflow only processes PNG files\n\n**To Support Other Formats**:\n1. Go to \"Get Images from Google Drive\" node\n2. Change queryString from :\n   - \".jpg\" for JPEG files\n   - \".webp\" for WebP files\n ➡️ to : \".png\" \n\n**Output Format**:\nChange the \"format\" parameter in Pixelcut node:\n- \"png\" - Best quality, transparency support\n- \"jpg\" - Smaller file size\n- \"webp\" - Modern format, good compression\n\n**Multiple Formats**: Use OR operator:\n\"mimeType='image/png' or mimeType='image/jpeg'\""
      },
      "typeVersion": 1
    },
    {
      "id": "14182b3a-a7b5-4c58-99b7-a6b125446f2d",
      "name": "背景要件",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        -3000
      ],
      "parameters": {
        "color": 3,
        "width": 400,
        "height": 460,
        "content": "## 🚨 Background Removal Warning\n\n**Important**: This workflow expects products WITHOUT backgrounds\n\n**If Your Images Have Backgrounds**:\n1. Add a background removal step BEFORE this workflow\n2. Use Pixelcut's remove-background endpoint:\n   - URL: https://api.developer.pixelcut.ai/v1/remove-background\n   - Same API key and setup\n\n**Background Removal Options**:\n- Pixelcut.ai remove-background API\n- Remove.bg API\n- Deep-Image.ai background removal\n- Adobe Creative SDK\n"
      },
      "typeVersion": 1
    },
    {
      "id": "e20669ed-e1ba-43c7-92f3-15420fb03d6e",
      "name": "セットアップチェックリスト",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -900,
        -2800
      ],
      "parameters": {
        "color": 5,
        "width": 350,
        "height": 560,
        "content": "## 📋 Setup Checklist\n\n**Required Credentials**:\n□ Google Drive OAuth2 API\n□ Pixelcut.ai API Key\n□ Vision AI API (if using AI prompts) any AI Accepts images\n\n**Folder Configuration**:\n□ Replace YOUR_GOOGLE_DRIVE_FOLDER_ID\n□ Replace YOUR_OUTPUT_FOLDER_ID\n□ Ensure proper folder permissions\n\n**Security Notes**:\n□ Never share API keys publicly\n□ Use environment variables for sensitive data\n□ Regularly rotate API keys\n□ Monitor API usage and costs\n\n**Testing Steps**:\n1. Test with single image first\n2. Verify output quality\n3. Check file naming convention\n4. Confirm folder permissions\n5. Monitor API rate limits"
      },
      "typeVersion": 1
    },
    {
      "id": "81ca6ccb-855e-4b04-934c-8167feea9fea",
      "name": "バイナリ画像ファイルをダウンロード2",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -180,
        -2520
      ],
      "parameters": {
        "fileId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $json.id }}"
        },
        "options": {
          "binaryPropertyName": "imageData"
        },
        "operation": "download"
      },
      "typeVersion": 3
    },
    {
      "id": "1c668c86-2ec4-4ddd-a5b5-0c37dac39c93",
      "name": "OpenAIチャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -40,
        -2120
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "typeVersion": 1.2
    }
  ],
  "pinData": {},
  "connections": {
    "1c668c86-2ec4-4ddd-a5b5-0c37dac39c93": {
      "ai_languageModel": [
        [
          {
            "node": "b20d6ab3-e90d-4a06-8c77-447c7b327413",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "81ca6ccb-855e-4b04-934c-8167feea9fea": {
      "main": [
        [
          {
            "node": "5601862a-ff17-4dce-b0fe-d61f5f1926ab",
            "type": "main",
            "index": 0
          },
          {
            "node": "b20d6ab3-e90d-4a06-8c77-447c7b327413",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1c1f5f21-2517-4644-bb67-4d9887f3b2c6": {
      "main": [
        [
          {
            "node": "81ca6ccb-855e-4b04-934c-8167feea9fea",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5601862a-ff17-4dce-b0fe-d61f5f1926ab": {
      "main": [
        [
          {
            "node": "aef4b599-cd45-48c9-8a31-8a6f31fc7680",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b20d6ab3-e90d-4a06-8c77-447c7b327413": {
      "main": [
        [
          {
            "node": "5601862a-ff17-4dce-b0fe-d61f5f1926ab",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - コンテンツ作成, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

AI履歴書選別:Gmail、GPT-4o、Googleスプレッドシート - 採用プロセスの自動化
AI履歴書選別:Gmail、GPT-4o、Googleスプレッドシート - 採用プロセスの自動化
Set
Switch
Google Drive
+
Set
Switch
Google Drive
23 ノードDavid Olusola
コンテンツ作成
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
If
Set
Gmail
+
If
Set
Gmail
68 ノードAbdullahi Ahmed
コンテンツ作成
✨🩷自動化ソーシャルメディアコンテンツ公開工厂 + 系统提示组合
基于动态系统提示とGPT-4oのAI驱动多平台ソーシャルメディアコンテンツ工厂
If
Set
Code
+
If
Set
Code
100 ノードAmit Mehta
コンテンツ作成
💥 NanoBanana、Seedream 4、ChatGPT Image、Veo 3 を使って動画広告を自動化 - VIDEO
AI(NanoBanana、Seedream、GPT-4o、Veo 3)を使って動画広告キャンペーンを自動化し公開
Set
Code
Wait
+
Set
Code
Wait
63 ノードDr. Firas
コンテンツ作成
OpenAI、RunwayML、ElevenLabsを使って無顔の短い動画を自動化
OpenAI、RunwayML、ElevenLabs を使ってアニメ顔の短い動画を自動化:スクリプトからソーシャルメディアへ
Set
Code
Wait
+
Set
Code
Wait
56 ノードLeeWei
コンテンツ作成
WordPressブログの自動化プロフェッショナル版(先端研究)v2.1マーケットプラグイン
GPT-4o、Perplexity AI、そして多言語対応を使ったSEO最適化ブログ作成の自動化
If
Set
Xml
+
If
Set
Xml
125 ノードDaniel Ng
コンテンツ作成
ワークフロー情報
難易度
中級
ノード数11
カテゴリー2
ノードタイプ5
難易度説明

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

作成者
ARRE

ARRE

@arre

Automation Architect | I transform complexity into simplicity Building intelligent n8n workflows that do your heavy lifting in minutes, not hours. My mission: Eliminate repetitive tasks, streamline your operations, and give you back the most valuable resource – your time. Let’s make work feel lighter together.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34