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": "KIE - Video Upscale with Topaz",
"nodes": [
{
"parameters": {},
"id": "b2c3d4e5-0002-0002-0002-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"operation": "upscale",
"videoUrl": "",
"scale": "2x",
"outputFormat": "mp4",
"waitForCompletion": true
},
"id": "b2c3d4e5-0002-0002-0002-000000000002",
"name": "Topaz",
"type": "n8n-nodes-kie.topaz",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"kieApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {},
"id": "b2c3d4e5-0002-0002-0002-000000000003",
"name": "NoOp",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
680,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Topaz",
"type": "main",
"index": 0
}
]
]
},
"Topaz": {
"main": [
[
{
"node": "NoOp",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
kieApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
KIE - Video Upscale with Topaz. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
Source: https://github.com/ArielleTolome/n8n-nodes-kie/blob/main/examples/video-to-video-topaz.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.
Kling Text-to-Video Example. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
KIE - Text to Speech with ElevenLabs. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.
Preparing Data To Be Sent To A Service. Uses manualTrigger, stickyNote, googleSheets, n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.
Extract Contracts to a Register. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.