{"record":{"id":"9e60fad8eae436f4","repo":"Comfy-Org/ComfyUI","slug":"the-source-video-is-width-x-height-regeneration","errorCode":null,"errorMessage":"The source video is {width}x{height}. Regeneration accepts MiniMax H3 768P outputs (width and height divisible by 32, at most 1,032,192 total pixels); 2K outputs cannot be used as a source.","messagePattern":"The source video is (.+?)x(.+?)\\. Regeneration accepts MiniMax H3 768P outputs \\(width and height divisible by 32, at most 1,032,192 total pixels\\); 2K outputs cannot be used as a source\\.","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_minimax.py","lineNumber":1369,"sourceCode":"                \"outputs, which are 24 FPS.\"\n            )\n        try:\n            width, height = video.get_dimensions()\n        except Exception:\n            width = height = 0\n        if width and height and (width % 32 or height % 32 or width * height > 1_032_192):\n            raise ValueError(\n                f\"The source video is {width}x{height}. Regeneration accepts MiniMax H3 768P outputs \"\n                \"(width and height divisible by 32, at most 1,032,192 total pixels); 2K outputs cannot \"\n                \"be used as a source.\"","sourceCodeStart":1351,"sourceCodeEnd":1387,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_minimax.py#L1351-L1387","documentation":"Error \"The source video is {width}x{height}. Regeneration accepts MiniMax H3 768P outputs (width and height divisible by 32, at most 1,032,192 total pixels); 2K outputs cannot be used as a source.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_minimax.py:1369 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use a MiniMax H3 768P output (dimensions divisible by 32, at most 1,032,192 pixels) as the source video."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"1c6d8d45b3693bfbb32385b410d813a7fd6be216","analyzedAt":"2026-08-14T19:37:18.893Z","schemaVersion":2},"datasetVersion":"2026-08-15T17:31:12.345Z"}