The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Generador de Tutoriales 40/60 con Qwen & Avatar Ghibli",
"nodes": [
{
"parameters": {},
"id": "e0e37bc9-4171-464a-a00d-587deafdf4ab",
"name": "When clicking 'Execute Workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
220,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://ollama:11434/api/generate",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "model",
"value": "qwen2.5-coder:7b"
},
{
"name": "prompt",
"value": "Act\u00faa como un profesor de programaci\u00f3n experto. Escribe un fragmento de c\u00f3digo \u00fatil en Python (m\u00e1ximo 8 l\u00edneas) que realice una tarea interesante. Responde \u00fanicamente con el c\u00f3digo en Python, sin explicaciones ni markdown."
},
{
"name": "stream",
"value": false
}
]
},
"options": {}
},
"id": "ollama-code-node",
"name": "Generar C\u00f3digo con Qwen",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
440,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://ollama:11434/api/generate",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "model",
"value": "qwen2.5-coder:7b"
},
{
"name": "prompt",
"value": "=Escribe una frase corta en ESPA\u00d1OL (m\u00e1ximo 25 palabras) explicando qu\u00e9 hace este c\u00f3digo:\n{{ $json.response }}"
},
{
"name": "stream",
"value": false
}
]
},
"options": {}
},
"id": "ollama-script-node",
"name": "Generar Narraci\u00f3n en Espa\u00f1ol",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
660,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://ltx-inference:8080/compose",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "job_id",
"value": "default"
},
{
"name": "code_text",
"value": "={{ $('Generar C\u00f3digo con Qwen').item.json.response }}"
},
{
"name": "narration_text",
"value": "={{ $('Generar Narraci\u00f3n en Espa\u00f1ol').item.json.response }}"
}
]
},
"options": {}
},
"id": "compose-split-node",
"name": "Crear Video Split 40/60",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
880,
300
]
},
{
"parameters": {
"url": "=http://ltx-inference:8080/download/{{ $json.job_id }}",
"responseFormat": "file",
"options": {}
},
"id": "f5f59047-9750-482a-bc9e-0498ec56e017",
"name": "Descargar Video Final",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
1100,
300
]
}
],
"connections": {
"When clicking 'Execute Workflow'": {
"main": [
[
{
"node": "Generar C\u00f3digo con Qwen",
"type": "main",
"index": 0
}
]
]
},
"Generar C\u00f3digo con Qwen": {
"main": [
[
{
"node": "Generar Narraci\u00f3n en Espa\u00f1ol",
"type": "main",
"index": 0
}
]
]
},
"Generar Narraci\u00f3n en Espa\u00f1ol": {
"main": [
[
{
"node": "Crear Video Split 40/60",
"type": "main",
"index": 0
}
]
]
},
"Crear Video Split 40/60": {
"main": [
[
{
"node": "Descargar Video Final",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Generador de Tutoriales 40/60 con Qwen & Avatar Ghibli. Uses httpRequest. Event-driven trigger; 5 nodes.
Source: https://github.com/Medalcode/canal-tutorial-automation/blob/29378796734c1589dd9d042891e3c36f7bbf063c/n8n_workflow_ltx_qwen.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Notion__DriveDropbox_Sync. Uses notionTrigger, googleDrive, dropbox, notion. Event-driven trigger; 47 nodes.
This n8n workflow automates the process of uploading video and image advertisements to Meta Ads Manager via the Meta Graph API (Facebook Ads) directly from Google Sheets and Google Drive. The workflow
This workflow provides an end-to-end automation for discovering, evaluating, and optionally downloading high-quality educational YouTube videos.
13-Convert_YouTube_Videos_to_Shorts_with_Klap___Auto_Post_to_Multiple_Social_Platforms. Uses httpRequest, telegramTrigger, googleSheets, telegram. Event-driven trigger; 36 nodes.
Template Description WDF Top Keywords: This workflow is designed to streamline keyword research by automating the process of generating, filtering, and analyzing Google and YouTube keyword data. Ensur