{"record":{"id":"e8918985f5e7d4a7","repo":"Comfy-Org/ComfyUI","slug":"texture-prompt-and-texture-image-cannot-be-used-at","errorCode":null,"errorMessage":"texture_prompt and texture_image cannot be used at the same time","messagePattern":"texture_prompt and texture_image cannot be used at the same time","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_meshy.py","lineNumber":202,"sourceCode":"        model: str,\n        meshy_task_id: str,\n        enable_pbr: bool,\n        texture_prompt: str,\n        texture_image: Input.Image | None = None,\n    ) -> IO.NodeOutput:\n        if texture_prompt and texture_image is not None:\n            raise ValueError(\"texture_prompt and texture_image cannot be used at the same time\")\n        texture_image_url = None\n        if texture_prompt:\n            validate_string(texture_prompt, field_name=\"texture_prompt\", max_length=600)","sourceCodeStart":184,"sourceCodeEnd":220,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_meshy.py#L184-L220","documentation":"Error \"texture_prompt and texture_image cannot be used at the same time\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_meshy.py:202 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use either texture_prompt or texture_image, not both."],"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"}