{"record":{"id":"58aaf35944964ca2","repo":"Comfy-Org/ComfyUI","slug":"the-wan-2-6-model-does-not-support-480p-58aaf3","errorCode":null,"errorMessage":"The Wan 2.6 model does not support 480P.","messagePattern":"The Wan 2\\.6 model does not support 480P\\.","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_wan.py","lineNumber":633,"sourceCode":"        prompt_extend: bool = True,\n        watermark: bool = False,\n        shot_type: str = \"single\",\n    ):\n        if get_number_of_images(image) != 1:\n            raise ValueError(\"Exactly one input image is required.\")\n        if \"480P\" in resolution and model == \"wan2.6-i2v\":\n            raise ValueError(\"The Wan 2.6 model does not support 480P.\")\n        if duration == 15 and model == \"wan2.5-i2v-preview\":\n            raise ValueError(\"A 15-second duration is supported only by the Wan 2.6 model.\")\n        image_url = \"data:image/png;base64,\" + tensor_to_base64_string(image, total_pixels=2000 * 2000)","sourceCodeStart":615,"sourceCodeEnd":651,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_wan.py#L615-L651","documentation":"Error \"The Wan 2.6 model does not support 480P.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_wan.py:633 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Select a resolution other than 480P for the Wan 2.6 model."],"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"}