{"record":{"id":"8c3b486263a252b2","repo":"Comfy-Org/ComfyUI","slug":"diffusers-model-model-path-r-not-found","errorCode":null,"errorMessage":"Diffusers model {model_path!r} not found.","messagePattern":"Diffusers model (.+?) not found\\.","errorType":"exception","errorClass":"FileNotFoundError","httpStatus":null,"severity":"error","filePath":"nodes.py","lineNumber":673,"sourceCode":"        for search_path in folder_paths.get_folder_paths(\"diffusers\"):\n            if os.path.exists(search_path):\n                path = os.path.join(search_path, model_path)\n                if os.path.isfile(os.path.join(path, \"model_index.json\")):\n                    resolved_model_path = path\n                    break\n        if resolved_model_path is None:\n            raise FileNotFoundError(f\"Diffusers model {model_path!r} not found.\")\n\n        return comfy.diffusers_load.load_diffusers(resolved_model_path, output_vae=output_vae, output_clip=output_clip, embedding_directory=folder_paths.get_folder_paths(\"embeddings\"))\n","sourceCodeStart":655,"sourceCodeEnd":691,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/nodes.py#L655-L691","documentation":"Error \"Diffusers model {model_path!r} not found.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at nodes.py:673 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Check the diffusers model path; the directory was not found."],"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"}