Usar Leonardo AI y WordPress para generar y subir imágenes de blog
Este es unContent Creation, Multimodal AIflujo de automatización del dominio deautomatización que contiene 12 nodos.Utiliza principalmente nodos como Code, Wait, HttpRequest, ManualTrigger, ExecuteWorkflowTrigger. Usar Leonardo AI y WordPress para generar y subir imágenes de blog
- •Pueden requerirse credenciales de autenticación para la API de destino
Nodos utilizados (12)
Categoría
{
"meta": {
"instanceId": "52254486b159b349334953c1738da94e90477c7604aa8db2062d11afc0120739"
},
"nodes": [
{
"id": "855d3c0d-0a4b-4a6b-a8cd-be67cff0928b",
"name": "Subir imagen2",
"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 Solicitud1",
"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 Solicitud2",
"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": "Esperar",
"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 Solicitud3",
"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": "Nota adhesiva",
"type": "n8n-nodes-base.stickyNote",
"position": [
192,
-112
],
"parameters": {
"color": 5,
"width": 672,
"height": 272,
"content": "## Generate image with leonardo"
},
"typeVersion": 1
},
{
"id": "ce8b507c-213c-4288-88d2-356a96ed5956",
"name": "Nota adhesiva1",
"type": "n8n-nodes-base.stickyNote",
"position": [
874,
-112
],
"parameters": {
"color": 6,
"width": 150,
"height": 272,
"content": "## Upload to WordPress"
},
"typeVersion": 1
},
{
"id": "0ed127f7-26bc-4750-8ade-6bd672d95a5f",
"name": "Nota adhesiva2",
"type": "n8n-nodes-base.stickyNote",
"position": [
192,
176
],
"parameters": {
"color": 7,
"width": 672,
"height": 448,
"content": "## Image generated\n"
},
"typeVersion": 1
},
{
"id": "76eafb67-e5b6-4bc2-ac8d-e2661ef10f44",
"name": "Al hacer clic en 'Ejecutar flujo de trabajo'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-144,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c124d2ca-f8a6-4b59-84dd-61181bcc2501",
"name": "Código",
"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": "Cuando se ejecuta por otro flujo de trabajo",
"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": "Código1",
"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": {
"4a41c6c9-8467-4d49-a758-13cbf7b5c6ce": {
"main": [
[
{
"node": "0b478d3e-481c-4190-bfea-ea2d13d0c1fc",
"type": "main",
"index": 0
}
]
]
},
"773eab92-6f49-4b35-bde8-081c86785c9a": {
"main": [
[
{
"node": "67d0cf44-13b2-4cee-a796-8fd021dd4a2b",
"type": "main",
"index": 0
}
]
]
},
"67d0cf44-13b2-4cee-a796-8fd021dd4a2b": {
"main": [
[
{
"node": "4a41c6c9-8467-4d49-a758-13cbf7b5c6ce",
"type": "main",
"index": 0
}
]
]
},
"0b478d3e-481c-4190-bfea-ea2d13d0c1fc": {
"main": [
[
{
"node": "225e26b5-97b7-4186-9c71-bb2d8bcaa7c6",
"type": "main",
"index": 0
}
]
]
},
"225e26b5-97b7-4186-9c71-bb2d8bcaa7c6": {
"main": [
[
{
"node": "855d3c0d-0a4b-4a6b-a8cd-be67cff0928b",
"type": "main",
"index": 0
}
]
]
},
"855d3c0d-0a4b-4a6b-a8cd-be67cff0928b": {
"main": [
[
{
"node": "c124d2ca-f8a6-4b59-84dd-61181bcc2501",
"type": "main",
"index": 0
}
]
]
},
"239aa1ee-ef8d-41f6-a34c-a0d097e9d849": {
"main": [
[
{
"node": "773eab92-6f49-4b35-bde8-081c86785c9a",
"type": "main",
"index": 0
}
]
]
},
"76eafb67-e5b6-4bc2-ac8d-e2661ef10f44": {
"main": [
[
{
"node": "773eab92-6f49-4b35-bde8-081c86785c9a",
"type": "main",
"index": 0
}
]
]
}
}
}¿Cómo usar este flujo de trabajo?
Copie el código de configuración JSON de arriba, cree un nuevo flujo de trabajo en su instancia de n8n y seleccione "Importar desde JSON", pegue la configuración y luego modifique la configuración de credenciales según sea necesario.
¿En qué escenarios es adecuado este flujo de trabajo?
Intermedio - Creación de contenido, IA Multimodal
¿Es de pago?
Este flujo de trabajo es completamente gratuito, puede importarlo y usarlo directamente. Sin embargo, tenga en cuenta que los servicios de terceros utilizados en el flujo de trabajo (como la API de OpenAI) pueden requerir un pago por su cuenta.
Flujos de trabajo relacionados recomendados
Jay Emp0
@jay-emp0AI and Automation developer. Im implementing n8n and ai tools to automate marketing and sales in companies
Compartir este flujo de trabajo