{"record":{"id":"1702678d07ce885c","repo":"Comfy-Org/ComfyUI","slug":"unsupported-file-format-file-format-supporte","errorCode":null,"errorMessage":"Unsupported file format: '{file_format}'. Supported formats: {', '.join(sorted(cls.SUPPORTED_FORMATS))}.","messagePattern":"Unsupported file format: '(.+?)'\\. Supported formats: (.+?)\\.","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_hunyuan3d.py","lineNumber":463,"sourceCode":"        cls,\n        model_3d: Types.File3D,\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}'. \"\n                f\"Supported formats: {', '.join(sorted(cls.SUPPORTED_FORMATS))}.\"\n            )","sourceCodeStart":445,"sourceCodeEnd":481,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_hunyuan3d.py#L445-L481","documentation":"Error \"Unsupported file format: '{file_format}'. Supported formats: {', '.join(sorted(cls.SUPPORTED_FORMATS))}.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_hunyuan3d.py:463 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use one of the listed supported file formats for the Hunyuan3D output."],"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"}