How to Troubleshoot and Solve ComfyUI Issues
Common ComfyUI issues, solutions, and how to report bugs effectively
We receive a lot of feedback issues, and we find that most of the issues submitted are related to custom nodes. So please ensure that you have read the custom node troubleshooting guide before submitting an error report to ensure that the issue is not caused by ComfyUI core issues.
Custom Node Troubleshooting Guide
Check how to troubleshoot issues caused by custom nodes.
Common Issues & Quick Fixes
Before diving into detailed troubleshooting, try these common solutions:
ComfyUI Won’t Start
Symptoms: Application crashes on startup, black screen, or fails to load
Quick fixes:
- Check system requirements - Ensure your system meets the minimum requirements
- Update GPU drivers - Download latest drivers from NVIDIA/AMD/Intel
Generation Fails or Produces Errors
Symptoms: “Prompt execution failed” dialog with “Show report” button, workflow stops executing
Quick fixes:
- Click “Show report” - Read the detailed error message to identify the specific issue
- Check if it’s a custom node issue - Follow our custom node troubleshooting guide
- Verify model files - See Models documentation for model setup
- Check VRAM usage - Close other applications using GPU memory
Slow Performance
Symptoms: Very slow generation times, system freezing, out of memory errors
Quick fixes:
- Lower resolution/batch size - Reduce image size or number of images
- Use memory optimization flags - See performance optimization section below
- Close unnecessary applications - Free up RAM and VRAM
- Check CPU/GPU usage - Use Task Manager to identify bottlenecks
Performance Optimization Commands:
For low VRAM systems:
For better performance:
For memory management:
Installation-Specific Issues
Desktop App Issues
For comprehensive desktop installation troubleshooting, see the Desktop Installation Guide.
- Unsupported device: ComfyUI Desktop Windows only supports NVIDIA GPUs with CUDA. Use ComfyUI Portable or manual installation for other GPUs
- Installation fails: Run installer as administrator, ensure at least 15GB disk space
- Maintenance page: Check mirror settings if downloads fail
- Missing models: Models are not copied during migration, only linked. Verify model paths
- Unsupported device: ComfyUI Desktop Windows only supports NVIDIA GPUs with CUDA. Use ComfyUI Portable or manual installation for other GPUs
- Installation fails: Run installer as administrator, ensure at least 15GB disk space
- Maintenance page: Check mirror settings if downloads fail
- Missing models: Models are not copied during migration, only linked. Verify model paths
- “App is damaged”: Allow app in Security & Privacy settings
- Performance issues: Grant Full Disk Access in Privacy settings
- Crashes: Check Console app for crash reports
- Missing libraries: Install dependencies with package manager
- LD_LIBRARY_PATH errors: PyTorch library path issues (see below)
Manual Installation Issues
The documentation may be slightly out of date. If an issue occurs, please manually verify whether a newer stable version of pytorch or any of the listed libraries exists. Refer to resources like the pytorch installation matrix or the ROCm website.
Python version conflicts:
Package installation failures:
Linux-Specific Issues
LD_LIBRARY_PATH errors:
Common symptoms:
- “libcuda.so.1: cannot open shared object file”
- “libnccl.so: cannot open shared object file”
- “ImportError: libnvinfer.so.X: cannot open shared object file”
Solutions:
- Modern PyTorch installations (most common):
- Find what libraries you have:
- Set permanently for your environment:
- Alternative: Use ldconfig:
- Debug library loading:
Model-Related Issues
For comprehensive model troubleshooting including architecture mismatches, missing models, and loading errors, see the dedicated Model Issues page.
Network & API Issues
API Nodes Not Working
Symptoms: API calls fail, timeout errors, quota exceeded
Solutions:
- Check API key validity - Verify keys in user settings
- Check account credits - Ensure sufficient API credits
- Verify internet connection - Test with other online services
- Check service status - Provider may be experiencing downtime
Connection Issues
Symptoms: “Failed to connect to server”, timeout errors
Solutions:
- Check firewall settings - Allow ComfyUI through firewall
- Try different port - Default is 8188, try 8189 or 8190
- Disable VPN temporarily - VPN may be blocking connections
- Check proxy settings - Disable proxy if not required
Frontend Issues
“Frontend or Templates Package Not Updated”:
“Can’t Find Custom Node”:
- Disable node validation in ComfyUI settings
“Error Toast About Workflow Failing Validation”:
- Disable workflow validation in settings temporarily
- Report the issue to the ComfyUI team
Login Issues When Not on Localhost:
- Normal login only works when accessing from localhost
- For LAN/remote access: Generate API key at platform.comfy.org/login
- Use API key in login dialog or with
--api-key
command line argument
Hardware-Specific Issues
NVIDIA GPU Issues
“Torch not compiled with CUDA enabled” error:
GPU not detected:
AMD GPU Issues
ROCm support (Linux only):
Unsupported AMD GPUs:
Performance optimization:
Apple Silicon (M1/M2/M3) Issues
MPS backend setup:
If MPS causes issues:
Intel GPU Issues
Option 1: Native PyTorch XPU support (Windows/Linux):
Option 2: Intel Extension for PyTorch (IPEX):
Getting Help & Reporting Bugs
Before Reporting a Bug
-
Check if it’s a known issue:
- Search GitHub Issues
- Check ComfyUI Forum
- Review Discord discussions
-
Try basic troubleshooting:
- Test with default workflow
- Disable all custom nodes (see custom node troubleshooting)
- Check console/terminal for error messages
- If using comfy-cli, try updating:
comfy node update all
How to Report Bugs Effectively
For ComfyUI Core Issues
Where to report: GitHub Issues
For Desktop App Issues
Where to report: Desktop GitHub Issues
For Frontend Issues
Where to report: Frontend GitHub Issues
For Custom Node Issues
Where to report: Contact the specific custom node developer
Required Information
When reporting any issue, include:
System Information
System Information (can be found in the About page in settings):
- Operating System (Windows 11, macOS 14.1, Ubuntu 22.04, etc.)
- ComfyUI version (check About page in settings)
- Python version:
python --version
- PyTorch version:
python -c "import torch; print(torch.__version__)"
- GPU model and driver version
- Installation method (Desktop, Portable, Manual, comfy-cli)
System Information (can be found in the About page in settings):
- Operating System (Windows 11, macOS 14.1, Ubuntu 22.04, etc.)
- ComfyUI version (check About page in settings)
- Python version:
python --version
- PyTorch version:
python -c "import torch; print(torch.__version__)"
- GPU model and driver version
- Installation method (Desktop, Portable, Manual, comfy-cli)
Desktop App issues
For Desktop App issues, also include:
- Log files from:
C:\Users\<username>\AppData\Roaming\ComfyUI\logs
(Windows) - Config files from:
C:\Users\<username>\AppData\Roaming\ComfyUI
(Windows)
Problem Details
Problem Details:
- Clear description of the issue
- Steps to reproduce the problem
- Expected vs actual behavior
- Screenshots or videos if applicable
Error Messages:
- Full error text from console/terminal
- Browser console errors (F12 → Console tab)
- Any crash logs or error dialogs
Additional Context
Additional Context:
- List of installed custom nodes
- Workflow file (.json) that reproduces the issue
- Recent changes (new installations, updates, etc.)
Community Resources
- Official Forum: forum.comfy.org
- Discord: ComfyUI Discord Server
- Reddit: r/comfyui
- YouTube: ComfyUI Tutorials