{"record":{"id":"967371d60eb4a91c","repo":"Comfy-Org/ComfyUI","slug":"too-many-images-maximum-allowed-is-7","errorCode":null,"errorMessage":"Too many images, maximum allowed is 7.","messagePattern":"Too many images, maximum allowed is 7\\.","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_vidu.py","lineNumber":361,"sourceCode":"        resolution: str,\n        movement_amplitude: str,\n    ) -> IO.NodeOutput:\n        if not prompt:\n            raise ValueError(\"The prompt field is required and cannot be empty.\")\n        a = get_number_of_images(images)\n        if a > 7:\n            raise ValueError(\"Too many images, maximum allowed is 7.\")\n        for image in images:\n            validate_image_aspect_ratio(image, (1, 4), (4, 1))\n            validate_image_dimensions(image, min_width=128, min_height=128)","sourceCodeStart":343,"sourceCodeEnd":379,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_vidu.py#L343-L379","documentation":"Error \"Too many images, maximum allowed is 7.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_vidu.py:361 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use at most 7 images."],"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"}