0
Maestro: [ERROR] "The generation of the video has encountered an error, please check your terminal for m…
Got the following error with a video. Asked my "Ask AI" and got the following answer:
• The reference video has 5.1 surround audio (6 channels), but MiniMax H3
Ref2VA only accepts mono or stereo audio.
The uploaded file reports:
- AAC, 48 kHz
- 6 channels
- 5.1 layout
The backend rejects it at /C:/pinokio/api/Maestro.git/app/models/minimax_h3/ ref2va.py:510, producing the error shown in the /C:/pinokio/api/Maestro.git/ logs/api/start.js/latest.
Convert the video’s audio to stereo, then upload the converted file:
ffmpeg -i input.mp4 -c:v copy -c:a aac -ac 2 output-stereo.mp4
Or remove its soundtrack if it is unnecessary:
ffmpeg -i input.mp4 -c:v copy -an output-silent.mp4
See the log report below:
App: Maestro (Maestro.git)
Repo: https://github.com/Blizaine/Maestro.git
Generated: 2026-08-09T18:39:50.172Z
Pinokio: 8.0.65
Platform: win32 x64
Node: v22.21.1
Summary
System
{
"pinokio": {
"version": "8.0.65",
"node": "v22.21.1",
"platform": "win32",
"arch": "x64"
},
"hardware": {
"gpu": "nvidia",
"gpu_model": "nvidia rtx a4500",
"ram_gb": 28,
"vram_gb": 20,
"gpu_driver": "596.86",
"gpu_target": "sm_86"
},
"os": {
"platform": "Windows",
"distro": "Microsoft Windows 11 Home",
"release": "10.0.26200",
"codename": "25H2",
"kernel": "10.0.26200",
"arch": "x64",
"build": "26200",
"servicepack": "0.0",
"uefi": true
},
"system": {
"manufacturer": "Blade",
"model": "Shadow Computer",
"version": "2.0",
"virtual": false
},
"cpu": {
"manufacturer": "AMD",
"brand": "EPYC 7543P 32-Core Processor",
"vendor": "AuthenticAMD",
"family": "25",
"model": "1",
"stepping": "1",
"revision": "257",
"speed": 2.8,
"speedMin": 2.8,
"speedMax": 2.8,
"cores": 8,
"physicalCores": 4,
"processors": 1,
"performanceCores": 8,
"efficiencyCores": 0,
"virtualization": true,
"cache": {
"l1d": 0,
"l1i": 0,
"l2": 2097152,
"l3": 33554432
}
},
"memory": {
"total": 30044250112,
"free": 24456855552,
"used": 5587394560,
"active": 5587390464,
"available": 24456925184,
"buffers": 0,
"cached": 0,
"slab": 0,
"buffcache": 0,
"swaptotal": 6918504448,
"swapused": 0,
"swapfree": 6918504448
},
"gpus": [
{
"model": "red hat qxl controller"
},
{
"model": "nvidia rtx a4500"
}
],
"graphics": {
"controllers": [
{
"vendor": "Red Hat, Inc.",
"model": "Red Hat QXL controller",
"bus": "PCI",
"vram": 0,
"vramDynamic": true
},
{
"vendor": "NVIDIA",
"model": "NVIDIA RTX A4500",
"bus": "PCI",
"vram": 20470,
"vramDynamic": false,
"driverVersion": "596.86"
}
],
"displays": [
{
"model": "App Dspay",
"main": true,
"builtin": false,
"connection": "DP",
"currentResX": 1728,
"currentResY": 1085,
"resolutionX": 3456,
"resolutionY": 2170,
"pixelDepth": 32,
"currentRefreshRate": 119
}
]
},
"diagnostics": {
"platform": "win32",
"arch": "x64",
"running": {
"C:\\pinokio\\api\\Maestro.git\\start.js": true,
"C:\\Users\\Shadow\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-auto\\pinokio.js?cwd=C:\\pinokio\\api\\Maestro.git": true
},
"home": "C:\\pinokio",
"vars": {
"pip": {
"install": {
"torch": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
}
}
},
"memory": {
"local": {
"C:\\pinokio\\api\\Maestro.git\\start.js": {
"url": "http://127.0.0.1:42013"
}
},
"global": {},
"rpc": {
"C:\\pinokio\\api\\Maestro.git\\start.js": {
"method": "local.set",
"params": {
"url": "{{input.event[1]}}"
}
},
"C:\\Users\\Shadow\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-auto\\pinokio.js?cwd=C:\\pinokio\\api\\Maestro.git": {
"when": "{{platform === 'win32'}}",
"id": "run",
"method": "shell.run",
"params": {
"shell": "{{kernel.path('bin/miniforge/Library/bin/bash.exe')}}",
"conda": {
"skip": true
},
"message": {
"_": [
"npx",
"-y",
"@openai/codex@latest",
"--yolo",
"-c",
"projects={ {{JSON.stringify(args.cwd)}}={trust_level=\"trusted\"} }",
"{{args.prompt || undefined}}"
]
},
"path": "{{args.cwd}}",
"input": true
},
"current": 0,
"total": 2
},
"C:\\Users\\Shadow\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-auto\\pinokio.js": {
"current": 0,
"total": 2
}
},
"input": {
"C:\\pinokio\\api\\Maestro.git\\start.js": {
"id": "59017b61-7562-4b0a-81ce-0b193f129af4",
"response": "Microsoft Windows [Version 10.0.26200.8875]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\Maestro.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\\pinokio\\api\\Maestro.git\\app\\env\\Scripts\\activate C:\\pinokio\\api\\Maestro.git\\app\\env && python launch.py \r\n[Maestro] Installing download stall protection...\r\n[safe_download] tqdm download hook installed\r\n[Maestro] Importing WanGP engine...\r\n[GGUF][llama.cpp CUDA] kernels available.\r\n[GuideLoader] Guide not found: prompt_enhancer/dramabox_speech_rules.md\r\n[GuideLoader] Guide not found: prompt_enhancer/dramabox_dialogue_rules.md\r\n[Quanto][INT8] Injected int8 kernels ACTIVE (backend=triton).\r\n[Maestro] WanGP loaded: 193 models available\r\n[Workspace] Active workspace: default (outputs)\r\n[Maestro] Gradio classic UI mounted at /classic\r\n[Maestro] React UI serving from C:\\pinokio\\api\\Maestro.git\\ui\\dist\r\n\r\n==================================================\r\n Maestro UI: http://127.0.0.1:42013/\r\n Classic UI: http://127.0.0.1:42013/classic/\r\n API docs: http://127.0.0.1:42013/docs\r\n==================================================",
"stdout": "Microsoft Windows [Version 10.0.26200.8875]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\Maestro.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\\pinokio\\api\\Maestro.git\\app\\env\\Scripts\\activate C:\\pinokio\\api\\Maestro.git\\app\\env && python launch.py \r\n[Maestro] Installing download stall protection...\r\n[safe_download] tqdm download hook installed\r\n[Maestro] Importing WanGP engine...\r\n[GGUF][llama.cpp CUDA] kernels available.\r\n[GuideLoader] Guide not found: prompt_enhancer/dramabox_speech_rules.md\r\n[GuideLoader] Guide not found: prompt_enhancer/dramabox_dialogue_rules.md\r\n[Quanto][INT8] Injected int8 kernels ACTIVE (backend=triton).\r\n[Maestro] WanGP loaded: 193 models available\r\n[Workspace] Active workspace: default (outputs)\r\n[Maestro] Gradio classic UI mounted at /classic\r\n[Maestro] React UI serving from C:\\pinokio\\api\\Maestro.git\\ui\\dist\r\n\r\n==================================================\r\n Maestro UI: http://127.0.0.1:42013/\r\n Classic UI: http://127.0.0.1:42013/classic/\r\n API docs: http://127.0.0.1:42013/docs\r\n==================================================",
"event": [
"http://127.0.0.1:42013",
"http://127.0.0.1:42013"
]
},
"C:\\Users\\Shadow\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-auto\\pinokio.js?cwd=C:\\pinokio\\api\\Maestro.git": {
"cwd": "C:\\pinokio\\api\\Maestro.git",
"ask_ai": "1"
}
},
"args": {
"C:\\pinokio\\api\\Maestro.git\\start.js": {},
"C:\\Users\\Shadow\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-auto\\pinokio.js?cwd=C:\\pinokio\\api\\Maestro.git": {
"cwd": "C:\\pinokio\\api\\Maestro.git",
"ask_ai": "1"
}
}
},
"procs": {},
"gpu": "nvidia",
"gpus": [
{
"name": "red hat, inc.",
"model": "red hat qxl controller",
"driver": null
},
{
"name": "nvidia",
"model": "nvidia rtx a4500",
"driver": "596.86"
}
],
"gpu_model": "nvidia rtx a4500",
"gpu_driver": "596.86",
"gpu_target": "sm_86",
"ram": 28,
"vram": 20,
"version": "8.0.65",
"audio": [
{
"id": "HDAUDIO\\FUNC_01&VEN_10DE&DEV_009A&SUBSYS_10DE163C&REV_1001\\5&1ED91D0A&0&0001",
"name": "NVIDIA High Definition Audio",
"manufacturer": "NVIDIA",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "Sound Driver",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "ROOT\\MEDIA\\0000",
"name": "Shadow Virtual Audio Device",
"manufacturer": "ShadowVirtualAudio",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "ROOT\\MEDIA\\0001",
"name": "Virtual Audio Device (WDM) - ShadowVirtualSpeaker",
"manufacturer": "TODO-Set-Manufacturer",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "Speaker",
"in": null,
"out": null,
"status": "enabled"
}
],
"mem": {
"total": 30044250112,
"free": 24456855552,
"used": 5587394560,
"active": 5587390464,
"available": 24456925184,
"buffers": 0,
"cached": 0,
"slab": 0,
"buffcache": 0,
"reclaimable": 0,
"swaptotal": 6918504448,
"swapused": 0,
"swapfree": 6918504448,
"writeback": null,
"dirty": null
},
"graphics": {
"controllers": [
{
"vendor": "Red Hat, Inc.",
"model": "Red Hat QXL controller",
"bus": "PCI",
"vram": 0,
"vramDynamic": true,
"subDeviceId": "11001AF4"
},
{
"vendor": "NVIDIA",
"model": "NVIDIA RTX A4500",
"bus": "PCI",
"vram": 20470,
"vramDynamic": false,
"subDeviceId": "0x163C10DE",
"driverVersion": "596.86",
"name": "NVIDIA RTX A4500",
"pciBus": "00000000:01:00.0",
"memoryTotal": 20470,
"memoryUsed": 1147,
"memoryFree": 19104,
"utilizationGpu": 3,
"utilizationMemory": 1,
"temperatureGpu": 35,
"powerDraw": 46.69,
"powerLimit": 200,
"clockCore": 1650,
"clockMemory": 8001
}
],
"displays": [
{
"vendor": "BLD",
"model": "App Dspay",
"serial": "4444",
"productionYear": 2019,
"displayId": "display\\bld0101\\5&36546074&0&uid4352_0",
"deviceName": "\\\\.\\DISPLAY1",
"main": true,
"builtin": false,
"connection": "DP",
"resolutionX": 3456,
"resolutionY": 2170,
"sizeX": 34,
"sizeY": 22,
"pixelDepth": 32,
"currentResX": 1728,
"currentResY": 1085,
"positionX": 0,
"positionY": 0,
"currentRefreshRate": 119
}
]
},
"osInfo": {
"platform": "Windows",
"distro": "Microsoft Windows 11 Home",
"release": "10.0.26200",
"codename": "25H2",
"kernel": "10.0.26200",
"arch": "x64",
"hostname": "SHADOW-ITM93OSO",
"fqdn": "SHADOW-ITM93OSO",
"codepage": "437",
"logofile": "windows",
"serial": "00326-10873-75006-AA152",
"build": "26200",
"servicepack": "0.0",
"uefi": true,
"hypervisor": true,
"remoteSession": false
},
"shell": "CMD",
"system": {
"manufacturer": "Blade",
"model": "Shadow Computer",
"version": "2.0",
"serial": "CI0HG1K",
"uuid": "00000000-0000-0000-0000-000000000000",
"sku": "SEWA",
"virtual": false
},
"cpu": {
"manufacturer": "AMD",
"brand": "EPYC 7543P 32-Core Processor",
"vendor": "AuthenticAMD",
"family": "25",
"model": "1",
"stepping": "1",
"revision": "257",
"voltage": "",
"speed": 2.8,
"speedMin": 2.8,
"speedMax": 2.8,
"governor": "",
"cores": 8,
"physicalCores": 4,
"performanceCores": 8,
"efficiencyCores": 0,
"processors": 1,
"socket": "Other",
"flags": "de pse tsc sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe",
"virtualization": true,
"cache": {
"l1d": 0,
"l1i": 0,
"l2": 2097152,
"l3": 33554432
}
}
}
}
Logs
logs/api/start.js/1786298232257
Source: api / start.js
Lines: 488 total, last 488 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.8875]
(c) Microsoft Corporation. All rights reserved.
C:\pinokio\api\Maestro.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\Maestro.git\app\env\Scripts\activate C:\pinokio\api\Maestro.git\app\env && python launch.py
[Maestro] Installing download stall protection...
[safe_download] tqdm download hook installed
[Maestro] Importing WanGP engine...
[GGUF][llama.cpp CUDA] kernels available.
[GuideLoader] Guide not found: prompt_enhancer/dramabox_speech_rules.md
[GuideLoader] Guide not found: prompt_enhancer/dramabox_dialogue_rules.md
[Quanto][INT8] Injected int8 kernels ACTIVE (backend=triton).
[Maestro] WanGP loaded: 193 models available
[Workspace] Active workspace: default (outputs)
[Maestro] Gradio classic UI mounted at /classic
[Maestro] React UI serving from C:\pinokio\api\Maestro.git\ui\dist
==================================================
Maestro UI: http://127.0.0.1:42013/
Classic UI: http://127.0.0.1:42013/classic/
API docs: http://127.0.0.1:42013/docs
==================================================
INFO: Started server process [7356]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:42013 (Press CTRL+C to quit)
INFO: 127.0.0.1:62243 - "GET / HTTP/1.1" 200 OK
INFO: 127.0.0.1:62243 - "GET /assets/index-BtuaGiBl.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:64468 - "GET /assets/index-qVbN78Lm.css HTTP/1.1" 200 OK
INFO: 127.0.0.1:62243 - "GET /api/v1/presets HTTP/1.1" 200 OK
INFO: 127.0.0.1:57104 - "GET /api/v1/loras/ltx2_22B_distilled_1_1 HTTP/1.1" 200 OK
INFO: 127.0.0.1:64468 - "GET /api/v1/loras/ltx2_22B_distilled_1_1/details HTTP/1.1" 200 OK
INFO: 127.0.0.1:57104 - "GET /api/v1/model-visibility HTTP/1.1" 200 OK
INFO: 127.0.0.1:57104 - "GET /api/v1/system-config HTTP/1.1" 200 OK
INFO: 127.0.0.1:57104 - "GET /api/v1/services-config HTTP/1.1" 200 OK
INFO: 127.0.0.1:57104 - "GET /api/v1/llm/models HTTP/1.1" 200 OK
INFO: 127.0.0.1:55726 - "GET /api/v1/system/preflight HTTP/1.1" 200 OK
INFO: 127.0.0.1:55726 - "GET /api/v1/system-detect HTTP/1.1" 200 OK
INFO: 127.0.0.1:62243 - "GET /api/v1/models HTTP/1.1" 200 OK
INFO: 127.0.0.1:62243 - "GET /api/v1/loras/minimax_h3_ref2va HTTP/1.1" 200 OK
INFO: 127.0.0.1:55726 - "GET /api/v1/model-options/minimax_h3_ref2va HTTP/1.1" 200 OK
INFO: 127.0.0.1:62243 - "GET /api/v1/defaults/minimax_h3_ref2va HTTP/1.1" 200 OK
INFO: 127.0.0.1:62243 - "GET /api/v1/loras/minimax_h3_ref2va/details HTTP/1.1" 200 OK
INFO: 127.0.0.1:62243 - "GET /api/v1/loras/minimax_h3_ref2va HTTP/1.1" 200 OK
INFO: 127.0.0.1:55726 - "GET /api/v1/loras/installed HTTP/1.1" 200 OK
INFO: 127.0.0.1:55726 - "POST /api/v1/loras/check-updates HTTP/1.1" 200 OK
INFO: 127.0.0.1:64468 - "GET /api/v1/workspaces HTTP/1.1" 200 OK
INFO: 127.0.0.1:57104 - "GET /api/v1/director/pipelines HTTP/1.1" 200 OK
INFO: 127.0.0.1:52485 - "FOO / HTTP/1.1" 405 Method Not Allowed
INFO: 127.0.0.1:52482 - "GET /api/v1/outputs/2026-08-08-08h40m30s_seed337954802_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4/metadata HTTP/1.1" 200 OK
INFO: 127.0.0.1:52482 - "GET /api/v1/file/2026-07-26-12h04m29s_seed854720688_A%20corgi%20is%20placed%20on%20the%20stone%20steps%2C%20frozen%20in%20a.jpg HTTP/1.1" 200 OK
INFO: 127.0.0.1:64468 - "GET /api/v1/file/2026-07-26-12h01m19s_seed891576364_The%20corgi%20from%20the%20reference%20image%20is%20centered%20on.jpg HTTP/1.1" 200 OK
INFO: 127.0.0.1:62243 - "GET /api/v1/file/2026-07-26-11h59m13s_seed481262060_The%20corgi%20from%20the%20reference%20image%20is%20positioned%20o.jpg HTTP/1.1" 200 OK
INFO: 127.0.0.1:52251 - "GET /api/v1/file/2026-07-26-12h02m23s_seed608579120_Tight%20view%20of%20the%20corgi%20from%20the%20reference%20image%2C.jpg HTTP/1.1" 200 OK
INFO: 127.0.0.1:57104 - "GET /api/v1/file/2026-07-26-12h03m26s_seed394856837_The%20corgi%20from%20the%20reference%20image%20standing%20tall%20o.jpg HTTP/1.1" 200 OK
INFO: 127.0.0.1:55726 - "GET /api/v1/file/2026-07-26-12h00m16s_seed518234189_A%20corgi%20is%20situated%20on%20a%20sun-drenched%20path%20in%20a%20lo.jpg HTTP/1.1" 200 OK
INFO: 127.0.0.1:52482 - "GET /api/v1/file/2026-07-26-11h58m10s_seed540183388_The%20corgi%20from%20the%20reference%20image%20stands%20perfectl.jpg HTTP/1.1" 200 OK
INFO: 127.0.0.1:62243 - "GET /api/v1/outputs/2026-08-08-08h17m39s_seed943621983_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4/metadata HTTP/1.1" 200 OK
INFO: 127.0.0.1:52251 - "GET /api/v1/outputs/2026-08-08-08h40m30s_seed337954802_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4/metadata HTTP/1.1" 200 OK
INFO: 127.0.0.1:64468 - "GET /api/v1/file/2026-08-08-08h40m30s_seed337954802_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:57104 - "GET /api/v1/file/2026-08-08-07h54m53s_seed110931830_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:55726 - "GET /api/v1/file/2026-08-08-08h17m39s_seed943621983_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:62243 - "GET /api/v1/file/2026-08-07-09h50m20s_seed561000299_A%20leaked%20vertical%20smartphone%20video%20from%20a%20dystopia.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:52482 - "GET /api/v1/file/2026-08-07-08h36m11s_seed464886946_A%20leaked%20vertical%20smartphone%20video%20from%20a%20dystopia.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:52251 - "GET /api/v1/file/2026-08-08-07h19m55s_seed238229379_integrated_multimodal_description%20%5BShot%201%5D%20A%20youn.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:51102 - "GET /api/v1/file/2026-08-06-22h45m33s_seed907206737_4X%20PLAYBACK%20VIDEO.%20The%20entire%20video%2C%20from%20the%20firs.mp4 HTTP/1.1" 206 Partial Content
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
INFO: 127.0.0.1:65275 - "GET /api/v1/file/2026-08-08-08h40m30s_seed337954802_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:50162 - "GET /api/v1/file/2026-08-08-07h54m53s_seed110931830_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:63416 - "GET /api/v1/file/2026-08-08-08h17m39s_seed943621983_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:54645 - "GET /api/v1/file/2026-08-07-08h36m11s_seed464886946_A%20leaked%20vertical%20smartphone%20video%20from%20a%20dystopia.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:50162 - "GET /api/v1/file/2026-08-08-07h19m55s_seed238229379_integrated_multimodal_description%20%5BShot%201%5D%20A%20youn.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:60466 - "GET /api/v1/file/2026-08-07-09h50m20s_seed561000299_A%20leaked%20vertical%20smartphone%20video%20from%20a%20dystopia.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:65275 - "GET /api/v1/file/2026-08-06-22h45m33s_seed907206737_4X%20PLAYBACK%20VIDEO.%20The%20entire%20video%2C%20from%20the%20firs.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:65275 - "GET /api/v1/file/2026-08-08-08h40m30s_seed337954802_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:50162 - "GET /api/v1/file/2026-08-08-07h54m53s_seed110931830_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:63416 - "GET /api/v1/file/2026-08-07-08h36m11s_seed464886946_A%20leaked%20vertical%20smartphone%20video%20from%20a%20dystopia.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:60466 - "GET /api/v1/file/2026-08-06-22h45m33s_seed907206737_4X%20PLAYBACK%20VIDEO.%20The%20entire%20video%2C%20from%20the%20firs.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:54645 - "GET /api/v1/file/2026-08-08-08h17m39s_seed943621983_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:56361 - "GET /api/v1/file/2026-08-07-09h50m20s_seed561000299_A%20leaked%20vertical%20smartphone%20video%20from%20a%20dystopia.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:54386 - "GET /api/v1/file/2026-08-08-07h19m55s_seed238229379_integrated_multimodal_description%20%5BShot%201%5D%20A%20youn.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:0 - "FOO / HTTP/1.1" 405 Method Not Allowed
INFO: 127.0.0.1:61847 - "GET /api/v1/file/2026-08-08-08h40m30s_seed337954802_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:61847 - "GET /api/v1/file/2026-08-08-08h40m30s_seed337954802_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:52199 - "GET /api/v1/model-options/minimax_h3_ref2va HTTP/1.1" 200 OK
INFO: 127.0.0.1:49274 - "GET /api/v1/defaults/minimax_h3_ref2va HTTP/1.1" 200 OK
INFO: 127.0.0.1:60845 - "GET /api/v1/loras/minimax_h3_ref2va HTTP/1.1" 200 OK
INFO: 127.0.0.1:62362 - "GET /api/v1/loras/minimax_h3_ref2va/details HTTP/1.1" 200 OK
INFO: 127.0.0.1:59689 - "POST /api/v1/upload HTTP/1.1" 200 OK
INFO: 127.0.0.1:59689 - "GET /api/v1/uploads/d4655d71.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:65233 - "POST /api/v1/upload HTTP/1.1" 200 OK
INFO: 127.0.0.1:65233 - "GET /api/v1/uploads/7259acc7.png HTTP/1.1" 200 OK
INFO: 127.0.0.1:65233 - "GET /api/v1/uploads/7259acc7.png HTTP/1.1" 200 OK
INFO: 127.0.0.1:56694 - "POST /api/v1/generate HTTP/1.1" 200 OK
[VRAM] Job 1a54d3c5: coefficient 0.80 → 0.264 (cap 16.0GB → 5.3GB)
[VRAM] +0.012 bonus for 0.65× compute vs baseline (864×480 × 345 frames, lighter than baseline)
[VRAM] - MiniMax H3 transformer residency capped at 5.3 GB to preserve 14.7 GB of packed-sequence workspace
[load] Task 1/1 ready, ID: 1, model: minimax_h3_ref2va
[Gen 1a54d3c5] save_path locked to: outputs
[Task 1/1] replace the axeman holding the axe with shrek...
diffusion_models/minimax_h3_ref2va_prune(…): 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 21.0G/21.0G [02:58<00:00, 117MB/s]
Loading Model 'ckpts\minimax_h3_ref2va_pruned_fp8_scaled.safetensors' ...
Loading Text Encoder 'ckpts\minimax_h3\qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors' ...
[MiniMax H3] Loaded pruned 20B curve transformer (contiguous QKV, fused projection).
NVFP4: kernels unavailable; using fallback.
C:\pinokio\api\Maestro.git\app\env\lib\site-packages\torch\nn\utils\weight_norm.py:143: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`.
WeightNorm.apply(module, name, dim)
Pytorch compilation is not supported for this Model
************ Memory Management for the GPU Poor (mmgp 3.7.6) by DeepBeepMeep ************
Hooked to model 'transformer' (MiniMaxH3Transformer)
Async loading plan for model 'transformer' : base size of 58.04 MB will be preloaded with a 369.18 MB async circular shuttle
Hooked to model 'text_encoder' (Qwen3VLTextModel)
Async loading plan for model 'text_encoder' : base size of 742.45 MB will be preloaded with a 261.58 MB async circular shuttle
Hooked to model 'vision_encoder' (Qwen3VLVisionModel)
Async loading plan for model 'vision_encoder' : 938.59 MB will be preloaded (base size of 8.44 MB + 118.5% of recurrent layers data) with a 29.07 MB async circular shuttle
Hooked to model 'vae' (AutoencoderKLMiniMaxH3)
Async loading plan for model 'vae' : 270.82 MB will be preloaded (base size of 14.69 MB + 5.2% of recurrent layers data) with a 190.02 MB async shuttle
Hooked to model 'audio_vae' (AutoencoderKLMiniMaxH3Audio)
[LoRA] No LoRAs activated for this generation (model_type=minimax_h3_ref2va)
Model loaded [MiniMax H3 Ref2VA] Added explicit reference relationships to an untagged prompt.
Encoding Prompt[MiniMax H3 Ref2VA] Prepared reference video 1920x816 -> 992x416 (317 frames, detail=match).
Traceback (most recent call last):
File "C:\pinokio\api\Maestro.git\app\wgp.py", line 8678, in generate_video
samples = call_with_sticky_interrupt(
File "C:\pinokio\api\Maestro.git\app\services\job_lifecycle.py", line 175, in call_with_sticky_interrupt
return callable_(*args, **kwargs)
File "C:\pinokio\api\Maestro.git\app\env\lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "C:\pinokio\api\Maestro.git\app\models\minimax_h3\minimax_h3_main.py", line 806, in generate
references = prepare_references(
File "C:\pinokio\api\Maestro.git\app\models\minimax_h3\ref2va.py", line 586, in prepare_references
reference.waveform = prepare_reference_waveform(
File "C:\pinokio\api\Maestro.git\app\models\minimax_h3\ref2va.py", line 511, in prepare_reference_waveform
raise ValueError(
ValueError: A reference soundtrack must be a mono or stereo (channels, samples) waveform, got (6, 635904).
[ERROR] "The generation of the video has encountered an error, please check your terminal for more information. 'A reference soundtrack must be a mono or stereo (channels, samples) waveform, got (6, 635904).'"
==================================================
Queue completed: 0/1 tasks in 3m 40s
INFO: 127.0.0.1:60324 - "GET /api/v1/file/2026-08-04-08h47m26s_seed960894459_A%20hyper-realistic%20satirical%20interview%20set%20inside%20A.mp4 HTTP/1.1" 206 Partial Content
INFO: 127.0.0.1:53590 - "GET /api/v1/outputs/2026-08-08-07h54m53s_seed110931830_Vertical%20916%20photorealistic%20TikTok-style%20video%2C%20a.mp4/metadata HTTP/1.1" 200 OK
INFO: 127.0.0.1:53590 - "GET /api/v1/file/2026-08-04-08h47m26s_seed960894459_A%20hyper-realistic%20satirical%20interview%20set%20inside%20A.mp4 HTTP/1.1" 206 Partial Content
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
