8
n8n 中文网amn8n.com

使用Leonardo AI和WordPress生成并上传博客图片

中级

这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 12 个节点。主要使用 Code, Wait, HttpRequest, ManualTrigger, ExecuteWorkflowTrigger 等节点。 使用Leonardo AI和WordPress生成并上传博客图片

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "52254486b159b349334953c1738da94e90477c7604aa8db2062d11afc0120739"
  },
  "nodes": [
    {
      "id": "855d3c0d-0a4b-4a6b-a8cd-be67cff0928b",
      "name": "上传图片2",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        896,
        -16
      ],
      "parameters": {
        "url": "https://your.wordpress.com/wp-json/wp/v2/media",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "contentType": "binaryData",
        "sendHeaders": true,
        "authentication": "predefinedCredentialType",
        "headerParameters": {
          "parameters": [
            {
              "name": "Content-Disposition",
              "value": "=attachment; filename=\"img-{{ $('Code1').item.json.slug }}.jpg\""
            }
          ]
        },
        "inputDataFieldName": "data",
        "nodeCredentialType": "wordpressApi"
      },
      "credentials": {
        "wordpressApi": {
          "id": "G1G8jDdEoWAVytQb",
          "name": "Wordpress  - author@email.com"
        }
      },
      "retryOnFail": true,
      "typeVersion": 4.2,
      "waitBetweenTries": 5000
    },
    {
      "id": "67d0cf44-13b2-4cee-a796-8fd021dd4a2b",
      "name": "HTTP 请求 1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        224,
        -16
      ],
      "parameters": {
        "url": "https://cloud.leonardo.ai/api/rest/v1/generations",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"modelId\": \"b2614463-296c-462a-9586-aafdb8f00e36\",\n  \"contrast\": 3.5,\n  \"prompt\": \"{{$json.prompt }}\",\n  \"num_images\": 1,\n  \"width\": 1472,\n  \"height\": 832,\n  \"styleUUID\": \"111dc692-d470-4eec-b791-3475abac4c46\",\n  \"enhancePrompt\": true\n}",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "headerParameters": {
          "parameters": [
            {
              "name": "content-type",
              "value": "application/json"
            },
            {
              "name": "accept",
              "value": "application/json"
            }
          ]
        }
      },
      "credentials": {
        "httpBearerAuth": {
          "id": "JvhQAEa4Frw0CDoq",
          "name": "Leonardo AI"
        },
        "httpHeaderAuth": {
          "id": "rGBKnDk3FO1WfA4z",
          "name": "Header Auth - leonardo ai"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "0b478d3e-481c-4190-bfea-ea2d13d0c1fc",
      "name": "HTTP请求2",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        560,
        -16
      ],
      "parameters": {
        "url": "=https://cloud.leonardo.ai/api/rest/v1/generations/{{ $json.sdGenerationJob.generationId }}",
        "options": {},
        "sendHeaders": true,
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "headerParameters": {
          "parameters": [
            {
              "name": "accept",
              "value": "application/json"
            }
          ]
        }
      },
      "credentials": {
        "httpBearerAuth": {
          "id": "JvhQAEa4Frw0CDoq",
          "name": "Leonardo AI"
        },
        "httpHeaderAuth": {
          "id": "rGBKnDk3FO1WfA4z",
          "name": "Header Auth - leonardo ai"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "4a41c6c9-8467-4d49-a758-13cbf7b5c6ce",
      "name": "等待",
      "type": "n8n-nodes-base.wait",
      "position": [
        400,
        -16
      ],
      "webhookId": "8dc48f5a-163b-495e-a477-5b09b444c413",
      "parameters": {
        "unit": "minutes",
        "amount": 1
      },
      "typeVersion": 1.1
    },
    {
      "id": "225e26b5-97b7-4186-9c71-bb2d8bcaa7c6",
      "name": "HTTP 请求3",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        736,
        -16
      ],
      "parameters": {
        "url": "={{ $json.generations_by_pk.generated_images[0].url }}",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "d8bab379-3d86-4754-9894-e04596832464",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        192,
        -112
      ],
      "parameters": {
        "color": 5,
        "width": 672,
        "height": 272,
        "content": "## 使用 leonardo 生成图片"
      },
      "typeVersion": 1
    },
    {
      "id": "ce8b507c-213c-4288-88d2-356a96ed5956",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        874,
        -112
      ],
      "parameters": {
        "color": 6,
        "width": 150,
        "height": 272,
        "content": "## 上传到 WordPress"
      },
      "typeVersion": 1
    },
    {
      "id": "0ed127f7-26bc-4750-8ade-6bd672d95a5f",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        192,
        176
      ],
      "parameters": {
        "color": 7,
        "width": 672,
        "height": 448,
        "content": "## 图片已生成"
      },
      "typeVersion": 1
    },
    {
      "id": "76eafb67-e5b6-4bc2-ac8d-e2661ef10f44",
      "name": "当点击\"执行工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -144,
        160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c124d2ca-f8a6-4b59-84dd-61181bcc2501",
      "name": "代码",
      "type": "n8n-nodes-base.code",
      "position": [
        1056,
        -16
      ],
      "parameters": {
        "jsCode": "return {\"image_url\" : $input.first().json.guid.raw}"
      },
      "typeVersion": 2
    },
    {
      "id": "239aa1ee-ef8d-41f6-a34c-a0d097e9d849",
      "name": "当由另一个工作流执行时",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -144,
        -16
      ],
      "parameters": {
        "workflowInputs": {
          "values": [
            {
              "name": "prompt"
            },
            {
              "name": "slug"
            }
          ]
        }
      },
      "typeVersion": 1.1
    },
    {
      "id": "773eab92-6f49-4b35-bde8-081c86785c9a",
      "name": "代码1",
      "type": "n8n-nodes-base.code",
      "position": [
        64,
        -16
      ],
      "parameters": {
        "jsCode": "return $input.all();"
      },
      "typeVersion": 2
    }
  ],
  "pinData": {
    "When clicking ‘Execute workflow’": [
      {
        "slug": "batman-typing-on-a-laptop",
        "prompt": "Generate an image of batman typing on a laptop"
      }
    ]
  },
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "HTTP Request2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code1": {
      "main": [
        [
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request1": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request2": {
      "main": [
        [
          {
            "node": "HTTP Request3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request3": {
      "main": [
        [
          {
            "node": "Upload image2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload image2": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Code1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Code1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 内容创作, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量12
分类2
节点类型6
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Jay Emp0

Jay Emp0

@jay-emp0

AI and Automation developer. Im implementing n8n and ai tools to automate marketing and sales in companies

外部链接
在 n8n.io 查看

分享此工作流