{
  "name": "Make every product photo look like a luxury ad fully automated AI + google drive",
  "nodes": [
    {
      "id": "1c1f5f21-2517-4644-bb67-4d9887f3b2c6",
      "name": "Get Images from Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -460,
        -2520
      ]
    },
    {
      "id": "b20d6ab3-e90d-4a06-8c77-447c7b327413",
      "name": "AI Prompt Generator (Optional)",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        160,
        -2400
      ]
    },
    {
      "id": "aef4b599-cd45-48c9-8a31-8a6f31fc7680",
      "name": "Save Enhanced Image",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1300,
        -2520
      ]
    },
    {
      "id": "123430d3-e08f-42f3-8e65-cc20a07c28ad",
      "name": "AI Agent Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -2200
      ],
      "parameters": {
        "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 mo"
      }
    },
    {
      "id": "5601862a-ff17-4dce-b0fe-d61f5f1926ab",
      "name": "Pixelcut Background Generator",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        760,
        -2520
      ]
    },
    {
      "id": "d6986636-7d05-44d2-87cc-1df4bf7a640c",
      "name": "Pixelcut Configuration Guide",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        -2860
      ],
      "parameters": {
        "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**S"
      }
    },
    {
      "id": "3b9c5250-8498-4096-96ab-e3cbf8175b84",
      "name": "File Format Configuration",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        220,
        -3020
      ],
      "parameters": {
        "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   -"
      }
    },
    {
      "id": "14182b3a-a7b5-4c58-99b7-a6b125446f2d",
      "name": "Background Requirements",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        -3000
      ],
      "parameters": {
        "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 Pi"
      }
    },
    {
      "id": "e20669ed-e1ba-43c7-92f3-15420fb03d6e",
      "name": "Setup Checklist",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -900,
        -2800
      ],
      "parameters": {
        "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_GO"
      }
    },
    {
      "id": "81ca6ccb-855e-4b04-934c-8167feea9fea",
      "name": "Download Binary Image Files2",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -180,
        -2520
      ]
    },
    {
      "id": "1c668c86-2ec4-4ddd-a5b5-0c37dac39c93",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -40,
        -2120
      ]
    }
  ],
  "connections": {
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Prompt Generator (Optional)",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Download Binary Image Files2": {
      "main": [
        [
          {
            "node": "Pixelcut Background Generator",
            "type": "main",
            "index": 0
          },
          {
            "node": "AI Prompt Generator (Optional)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Images from Google Drive": {
      "main": [
        [
          {
            "node": "Download Binary Image Files2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Pixelcut Background Generator": {
      "main": [
        [
          {
            "node": "Save Enhanced Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Prompt Generator (Optional)": {
      "main": [
        [
          {
            "node": "Pixelcut Background Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}