Step-by-step guide for installing ComfyUI - Sonoma 14.1.1 on M1
- Install Xcode Command Line Tools:
xcode-select --installsince I had a fresh install of Sonoma - Accept Xcode license:
sudo xcodebuild -license accept - Update Homebrew:
brew update --auto-update - Install Miniconda:
brew install --cask miniconda - Check your
.zshrcif the conda init was added properly - Source your
.zshrcfile:source ~/.zshrc - Check if Conda installed successully
conda --version - Install requirements to use ComfyUI:
conda install pytorch torchvision torchaudio -c pytorch-nightly