{"record":{"id":"e63cb0470dc48c94","repo":"Comfy-Org/ComfyUI","slug":"only-one-input-image-is-allowed","errorCode":null,"errorMessage":"Only one input image is allowed.","messagePattern":"Only one input image is allowed\\.","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_vidu.py","lineNumber":249,"sourceCode":"        prompt: str,\n        duration: int,\n        seed: int,\n        resolution: str,\n        movement_amplitude: str,\n    ) -> IO.NodeOutput:\n        if get_number_of_images(image) > 1:\n            raise ValueError(\"Only one input image is allowed.\")\n        validate_image_aspect_ratio(image, (1, 4), (4, 1))\n        payload = TaskCreationRequest(\n            model=model,","sourceCodeStart":231,"sourceCodeEnd":267,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_vidu.py#L231-L267","documentation":"Error \"Only one input image is allowed.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_vidu.py:249 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Provide only one input image."],"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-15T22:17:37.221Z"}