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 โ[AD VISUAL: GPU BENCHMARKS]
#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 โ[AD VISUAL: GPU BENCHMARKS]