Don't panic! Almost every ComfyUI issue has a simple fix. This guide walks you through solutions step-by-step.
When you open ComfyUI, a dialog pops up saying "When loading the graph, the following models were not found" with a list of models and download buttons.
checkpoints / ltx-2-19b-distilled.safetensors
Download (40.31 GB)
ComfyUI automatically loads the last workflow you had open (or an example workflow). That workflow uses models you don't have downloaded yet.
This is completely normal and NOT an error! It's just letting you know what's missing from the workflow template.
If you actually want to use that workflow:
/data/comfyui/models/
Device: cpu
VAE dtype: torch.float32
Using pytorch attention in VAE
nvidia-smi
RuntimeError: CUDA out of memory. Tried to allocate 1.95 GiB
(GPU 0; 15.78 GiB total capacity; 13.24 GiB already allocated)
watch -n 2 nvidia-smi
"Required input is missing: model"
"Checkpoint 'model_name.safetensors' not found"
"Node type 'CustomNode' not found"
/data/comfyui/output/
my-art/dragon_ will save to /data/comfyui/output/my-art/ComfyUI_00001_.pngComfyUI_00002_.pngdragon_00001_.pngdragon_00002_.png
Load Checkpoint → CLIP → CLIP Text Encode (Positive)
↓ CLIP → CLIP Text Encode (Negative)
↓ MODEL → KSampler
↓ VAE → VAE Decode
Empty Latent → KSampler → VAE Decode → Save Image
http://192.168.50.138:8188
Cannot import /data/comfyui/custom_nodes/ComfyUI-VideoHelperSuite module for custom nodes: No module named 'cv2'
Cannot import /data/comfyui/custom_nodes/comfyui_controlnet_aux module for custom nodes: No module named 'cv2'
/data/comfyui/user/comfyui.log"a dragon"
"majestic dragon with scales, flying over snowy mountains at sunset, fantasy art, highly detailed, dramatic lighting, 8k, masterpiece"
If none of these solutions helped:
/data/comfyui/user/comfyui.logjournalctl -u comfyui -f