{"record":{"id":"0e56cce9f0a3ccb1","repo":"Comfy-Org/ComfyUI","slug":"unsupported-file-format-file-format-supporte-0e56cc","errorCode":null,"errorMessage":"Unsupported file format: '{file_format}'. Supported: {', '.join(sorted(cls.SUPPORTED_FORMATS))}.","messagePattern":"Unsupported file format: '(.+?)'\\. Supported: (.+?)\\.","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_hunyuan3d.py","lineNumber":725,"sourceCode":"        polygon_type: str,\n        face_level: str,\n        seed: int,\n    ) -> IO.NodeOutput:\n        _ = seed\n        file_format = model_3d.format.lower()\n        if file_format not in cls.SUPPORTED_FORMATS:\n            raise ValueError(\n                f\"Unsupported file format: '{file_format}'. \" f\"Supported: {', '.join(sorted(cls.SUPPORTED_FORMATS))}.\"\n            )\n        model_url = await upload_3d_model_to_comfyapi(cls, model_3d, file_format)","sourceCodeStart":707,"sourceCodeEnd":743,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_hunyuan3d.py#L707-L743","documentation":"Error \"Unsupported file format: '{file_format}'. Supported: {', '.join(sorted(cls.SUPPORTED_FORMATS))}.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_hunyuan3d.py:725 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use one of the listed supported file formats."],"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"}