System Requirements
Currently, we support the following operating systems:- Windows
- Linux
- macOS (supports Apple Silicon, such as the M series)
ComfyUI Desktop
ComfyUI Desktop
ComfyUI Desktop currently supports standalone installation for Windows and MacOS (ARM), currently in Beta
- Code is open source on Github
- Windows
- MacOS(Apple Silicon)
- Linux
ComfyUI Portable (Windows)
ComfyUI Portable (Windows)
Portable version is a ComfyUI version that integrates an independent embedded Python environment, using the portable version you can experience the latest features, currently only supports Windows system
ComfyUI Portable (Windows) Installation Guide
Supports Windows ComfyUI version running on Nvidia GPUs or CPU-only, always use the latest commits and completely portable.
Python Version
- Python 3.13 is very well supported and recommended
- Python 3.14 works but some custom nodes may have issues. The free threaded variant works but some dependencies will enable the GIL so it’s not fully supported
- Python 3.12 is a good fallback if you have trouble with some custom node dependencies on 3.13
Browser Requirements
For the best experience, use Google Chrome version 143 or later. Earlier versions of Chrome (142 and below) have known issues that can cause visual glitches and performance problems in ComfyUI.Supported Hardware
- NVIDIA GPU - Install stable pytorch with CUDA 13.0:
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu130 - AMD GPU (Linux) - ROCm 6.4 stable or ROCm 7.1 nightly
- AMD GPU (Windows/Linux, RDNA 3/3.5/4 only) - Experimental support for RX 7000 series (RDNA 3), Strix Halo/Ryzen AI Max+ 365 (RDNA 3.5), and RX 9000 series (RDNA 4)
- Intel GPU - Arc series with native PyTorch torch.xpu support
- Apple Silicon - M1/M2/M3/M4 series with Metal acceleration
- Ascend NPU - Via torch_npu extension
- Cambricon MLU - Via torch_mlu extension
- Iluvatar Corex - Via Iluvatar Extension for PyTorch
- CPU - Use the
--cpuparameter (slower)
PyTorch 2.4 and above is supported, but some features and optimizations might only work on newer versions. We generally recommend using the latest major version of PyTorch with the latest CUDA version unless it is less than 2 weeks old.The Windows portable build currently comes with Python 3.13 and PyTorch CUDA 13.0. Update your Nvidia drivers if it doesn’t start.
Dependencies
- Install PyTorch (version specific to your hardware)
- Install all dependencies in the requirements.txt of ComfyUI:
pip install -r requirements.txt
Manual Installation
Please refer to the manual installation section for detailed installation steps.