General Questions
What is the difference between Comfy Desktop and Legacy Desktop?
What is the difference between Comfy Desktop and Legacy Desktop?
Is Comfy Desktop open source?
Is Comfy Desktop open source?
licensing@comfy.org).Does Comfy Desktop replace the Portable/Manual install?
Does Comfy Desktop replace the Portable/Manual install?
Installation & Setup
What are the system requirements?
What are the system requirements?
- Windows: Windows 10+, x64 or ARM64. A dedicated GPU (NVIDIA / AMD) is recommended, but not required.
- macOS: macOS 13+ (Ventura), Apple Silicon (M1+)
- Linux: No official installer yet. Build from source. A dedicated GPU is recommended.
- Disk: At least 4.85 GB per standalone installation
- RAM: 8 GB minimum, 16 GB recommended
Can I install Comfy Desktop without admin rights?
Can I install Comfy Desktop without admin rights?
How do I download Comfy Desktop?
How do I download Comfy Desktop?
Can I have both Legacy Desktop and Comfy Desktop installed?
Can I have both Legacy Desktop and Comfy Desktop installed?
Usage
How do I add a new ComfyUI installation?
How do I add a new ComfyUI installation?
- Standalone: Fresh install with bundled Python
- Add Existing Instance: Track a git clone or portable install
- Cloud: Connect to Comfy Cloud
Can I run multiple ComfyUI versions at the same time?
Can I run multiple ComfyUI versions at the same time?
Where are my models, custom nodes, and settings stored?
Where are my models, custom nodes, and settings stored?
- Standalone: The install itself lives in its installation folder. Custom nodes and the Python environment are per-install. Models usually come from the shared model directories.
- Git clone / portable (tracked): Data stays in that existing folder (
models/,custom_nodes/,user/). You can still opt into shared models, input, and output.
How do snapshots work?
How do snapshots work?
- Custom nodes and their versions
- Model files
- Settings and configuration
How to Stop/Exit Comfy Desktop
To stop a running ComfyUI instance (stop the Python backend while keeping the app open):- Click the ⋮ (kebab) menu on the instance card
- Select Stop
- Confirm in the dialog
Troubleshooting
The app won't start after installation
The app won't start after installation
- Windows: Try running as administrator once
- macOS: If you see a security warning, go to System Settings → Privacy & Security and click Open Anyway
- Linux: Make sure FUSE 2 is installed (
sudo apt install libfuse2) - Check the Downloads page for the latest version
My GPU is not detected
My GPU is not detected
- Ensure your NVIDIA drivers are up to date
- On Linux, verify CUDA toolkit is installed
- Check that the installation type supports GPU (Standalone and Git Clone do; Cloud connections use remote GPU)
An installation fails to update
An installation fails to update
- Check your internet connection
- Try taking a manual snapshot first via the app menu
- If the issue persists, restore to a previous snapshot and try again
How do I check Comfy Desktop startup logs?
How do I check Comfy Desktop startup logs?
app.log file. The fastest way to find it is Desktop Settings → Logs → Diagnostics → Open logs folder (☰ menu in the top-left).Default log folders:- Windows:
%APPDATA%\Comfy Desktop\logs - macOS:
~/Library/Logs/Comfy Desktop - Linux:
~/.config/comfyui-desktop-2/logs
app.log. Previous sessions rotate to timestamped app.log_*.log files.For ComfyUI process output (not the Desktop app itself), open the instance Manage panel and use the Terminal tab. See Manage.How do I uninstall Comfy Desktop?
How do I uninstall Comfy Desktop?
- Delete the installations from within the app (right-click → Remove) or delete the installation folders manually
- Uninstall the app using your system’s standard method (Add/Remove Programs on Windows, drag to Trash on macOS, package manager on Linux)
Can I run Comfy Desktop in headless or server mode?
Can I run Comfy Desktop in headless or server mode?