Générer et téléverser des images de blog avec Leonardo AI et WordPress
Ceci est unContent Creation, Multimodal AIworkflow d'automatisation du domainecontenant 12 nœuds.Utilise principalement des nœuds comme Code, Wait, HttpRequest, ManualTrigger, ExecuteWorkflowTrigger. Générer et téléverser des images de blog avec Leonardo AI et WordPress
- •Peut nécessiter les informations d'identification d'authentification de l'API cible
Nœuds utilisés (12)
Catégorie
{
"meta": {
"instanceId": "52254486b159b349334953c1738da94e90477c7604aa8db2062d11afc0120739"
},
"nodes": [
{
"id": "855d3c0d-0a4b-4a6b-a8cd-be67cff0928b",
"name": "Téléverser l'image2",
"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 Request1",
"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 Request2",
"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": "Attendre",
"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 Request3",
"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": "Note adhésive",
"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": "Note adhésive1",
"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": "Note adhésive2",
"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": "Au clic sur 'Exécuter le workflow'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-144,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c124d2ca-f8a6-4b59-84dd-61181bcc2501",
"name": "Code",
"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": "Lors de l'exécution par un autre workflow",
"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": "Code1",
"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
}
]
]
}
}
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Intermédiaire - Création de contenu, IA Multimodale
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
Jay Emp0
@jay-emp0AI and Automation developer. Im implementing n8n and ai tools to automate marketing and sales in companies
Partager ce workflow