Solve the most common workflow loading and execution problems
#Common Workflow Errors
Error: "Node not found in workflow"
Cause: Missing custom node
Fix:
- →Install ComfyUI Manager
- →Load workflow → Manager will show "Install Missing Nodes"
- →Click install → Restart
Error: "Input type mismatch"
Cause: Wrong model type for workflow
Example:
- →SDXL workflow + SD 1.5 checkpoint = fails
Fix: Check workflow description for required model type
Quick reference:
- →SD 1.5 workflows → Use SD 1.5 checkpoints
- →SDXL workflows → Use SDXL checkpoints
- →Flux workflows → Use Flux models
Error: Workflow loads but produces black images
Causes:
- →Wrong VAE
- →Incompatible sampler
- →Resolution too high
Fixes:
- →Add VAE Loader node with
vae-ft-mse-840000-ema-pruned.safetensors - →Try different sampler (euler, dpm++ 2m)
- →Reduce resolution to 512×512 (SD1.5) or 1024×1024 (SDXL)
Error: "VRAM out of memory" mid-generation
Fix: See Guide 2: GPU Errors
Quick solution:
- →Reduce resolution
- →Add
--lowvramflag - →Install Tiled VAE node
Hardware Partner
Running these workflows? ComputeAtlas.ai helps you find the right GPU
Optimization is only half the battle. Get precise VRAM benchmarks and hardware recommendations tailored for ComfyUI.
Check GPU Prices →#Workflow Best Practices
- →Always use .safetensors models (safer than .ckpt)
- →Match LoRAs to base model version
- →Save workflows frequently
- →Test with default workflow first before loading complex ones
- →Check custom nodes are installed before importing workflows
#Related Guides
Hardware Partner
Running these workflows? ComputeAtlas.ai helps you find the right GPU
Optimization is only half the battle. Get precise VRAM benchmarks and hardware recommendations tailored for ComfyUI.
Check GPU Prices →