Skip to main content

ComfyUI "model not found" / missing .safetensors — how to fix

ComfyUI couldn't find the checkpoint/LoRA the workflow references. The filename in the graph doesn't match any file in the models directory — often an exact-name or subfolder mismatch.

Also seen as: "Could not find model", "FileNotFoundError", "No such file .safetensors"

Direct answer

How do I fix "Model Not Found"?

ComfyUI couldn't find the checkpoint/LoRA the workflow references. The filename in the graph doesn't match any file in the models directory — often an exact-name or subfolder mismatch.

Key facts

  • iFilename in the workflow differs from the downloaded file (e.g. _0.9vae suffix).
  • iModel downloaded to the wrong subfolder (checkpoints vs unet vs diffusion_models).
  • iDownload never completed or was interrupted.

Next step

  1. 1Match the CheckpointLoaderSimple ckpt_name to the exact filename on disk.
  2. 2Confirm the file is in the right subfolder for its type.
  3. 3Re-download and verify the file size matches the source.

Not a fit when

  • A partial download shows the file present but fails to load — check the byte size.

Not sure this workflow will run before you rent a GPU?

Paste your ComfyUI workflow JSON into the free checker — it flags missing nodes, model requirements, and the VRAM/GPU you actually need. No signup.

Other ComfyUI errors

Frequently Asked Questions

What causes "Model Not Found" in ComfyUI?

Filename in the workflow differs from the downloaded file (e.g. _0.9vae suffix).

How do I fix "Model Not Found"?

Match the CheckpointLoaderSimple ckpt_name to the exact filename on disk. Confirm the file is in the right subfolder for its type.