MacOS Desktop Version
This article introduces how to download, install and use ComfyUI Desktop for MacOS
ComfyUI Desktop is a standalone installation version that can be installed like regular software. It supports quick installation and automatic configuration of the Python environment and dependencies, and supports one-click import of existing ComfyUI settings, models, workflows, and files.
ComfyUI Desktop is an open source project, please visit the full code here.
This tutorial will guide you through the software installation process and explain related configuration details.
ComfyUI Desktop (MacOS) Download
Please click the button below to download the installation package for MacOS ComfyUI Desktop
Download for MacOS
ComfyUI Desktop Installation Steps
Double-click the downloaded installation package file. As shown in the image, drag the ComfyUI application into the Applications folder following the arrow
If your folder shows as below with a prohibition sign on the icon after opening the installation package, it means your current system version is not compatible with ComfyUI Desktop
Then find the ComfyUI icon in Launchpad and click it to enter ComfyUI initialization settings
ComfyUI Desktop Initialization Process
Start Screen
Click Get Started to begin initialization
Select GPU
The three options are:
- MPS (Recommended): Metal Performance Shaders (MPS) is an Apple framework that uses GPUs to accelerate computing and machine learning tasks on Apple devices, supporting frameworks like PyTorch.
- Manual Configuration: You need to manually install and configure the python runtime environment. Don’t select this unless you know how to configure
- Enable CPU Mode: For developers and special cases only. Don’t select this unless you’re sure you need it
Unless there are special circumstances, please select MPS as shown and click Next to proceed
Install location
In this step, you will select the installation location for the following related content of ComfyUI:
- Python Environment
- Models Model Files
- Custom Nodes Custom Nodes
Recommendations:
- Please create a separate empty folder as the installation directory for ComfyUI
- Please ensure that the disk has at least 5G of disk space to ensure the normal installation of ComfyUI Desktop
Migrate from Existing Installation (Optional)
In this step you can migrate your existing ComfyUI installation content to ComfyUI Desktop. Select your existing ComfyUI installation directory, and the installer will automatically recognize:
- User Files
- Models: Will not be copied, only linked with desktop version
- Custom Nodes: Nodes will be reinstalled
Don’t worry, this step won’t copy model files. You can check or uncheck options as needed. Click Next to continue
Desktop Settings
These are preference settings:
- Automatic Updates: Whether to set automatic updates when ComfyUI updates are available
- Usage Metrics: If enabled, we will collect anonymous usage data to help improve ComfyUI
- Mirror Settings: Since the program needs internet access to download Python and complete environment installation, if you see a red ❌ during installation indicating this may cause installation failure, please follow the steps below
Expand the mirror settings to find the specific failing mirror. In this screenshot the error is Python Install Mirror failure.
For different mirror errors, you can refer to the following content to try to manually find different mirrors and replace them
The following cases mainly apply to users in China
Python Installation Mirror
You need to find the mirror address of GitHub and build a mirror address pointing to the python-build-standalone
repository releases.
Build a link in the following pattern
PyPI Mirror
- Alibaba Cloud: https://mirrors.aliyun.com/pypi/simple/
- Tencent Cloud: https://mirrors.cloud.tencent.com/pypi/simple/
- University of Science and Technology of China: https://pypi.mirrors.ustc.edu.cn/simple/
- Shanghai Jiao Tong University: https://pypi.sjtu.edu.cn/simple/
Torch Mirror
[To be updated]
Complete the installation
If everything is correct, the installer will complete and automatically enter the ComfyUI Desktop interface, then the installation is successful
First Image Generation
After successful installation, you can refer to the section below to start your ComfyUI journey~
First Image Generation
This tutorial will guide you through your first model installation and text-to-image generation
How to Update ComfyUI Desktop
Currently, ComfyUI Desktop updates use automatic detection updates, please ensure that automatic updates are enabled in the settings
How to Uninstall ComfyUI Desktop
For ComfyUI Desktop, you can directly delete ComfyUI from the Applications folder
If you want to completely remove all ComfyUI Desktop files, you can manually delete these folders:
- /Users/Library/Application Support/ComfyUI
The above operations will not delete your following folders. If you need to delete corresponding files, please delete manually:
- models files
- custom nodes
- input/output directories
Troubleshooting
Error identification
If installation fails, you should see the following screen
It is recommended to take these steps to find the error cause:
- Click
Show Terminal
to view error output - Click
Open Logs
to view installation logs - Visit official forum to search for error reports
- Click
Reinstall
to try reinstalling
Before submitting feedback, it’s recommended to provide the error output and log files to tools like GPT
As shown above, ask the GPT for the cause of the corresponding error, or remove ComfyUI completely and retry the installation.
Feedback Installation Failure
If you encounter any errors during installation, please check if there are similar error reports or submit errors to us through:
- Github Issues: https://github.com/Comfy-Org/desktop/issues
- Comfy Official Forum: https://forum.comfy.org/
When submitting error reports, please ensure you include the following logs and configuration files to help us locate and investigate the issue:
- Log Files
Filename | Description | Location |
---|---|---|
main.log | Contains logs related to desktop application and server startup from the Electron process | |
comfyui.log | Contains logs related to ComfyUI normal operation, such as core ComfyUI process terminal output |
- Configuration Files
Filename | Description | Location |
---|---|---|
extra_models_config.yaml | Contains additional paths where ComfyUI will search for models and custom nodes | |
config.json | Contains application configuration. This file should not be edited directly |
Was this page helpful?