{"record":{"id":"829dea5922e8ab46","repo":"Comfy-Org/ComfyUI","slug":"model-file-is-size-1024-1024-1f-mb-tripo","errorCode":null,"errorMessage":"Model file is {size / (1024 * 1024):.1f} MB; Tripo import allows up to 150 MB.","messagePattern":"Model file is (.+?) MB; Tripo import allows up to 150 MB\\.","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_tripo.py","lineNumber":982,"sourceCode":"        if file_format not in cls.SUPPORTED_FORMATS:\n            raise ValueError(\n                f\"Unsupported 3D format '{file_format or 'unknown'}'. \"\n                f\"Tripo import supports: {', '.join(f.upper() for f in cls.SUPPORTED_FORMATS)}.\"\n            )\n        size = len(model_3d.get_bytes())\n        if size > 150 * 1024 * 1024:\n            raise ValueError(f\"Model file is {size / (1024 * 1024):.1f} MB; Tripo import allows up to 150 MB.\")\n\n        url = await upload_3d_model_to_comfyapi(cls, model_3d, file_format)\n        response = await sync_op(","sourceCodeStart":964,"sourceCodeEnd":1000,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_tripo.py#L964-L1000","documentation":"Error \"Model file is {size / (1024 * 1024):.1f} MB; Tripo import allows up to 150 MB.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_tripo.py:982 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Reduce the model file size to 150 MB or less."],"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"}