Last active
March 16, 2025 22:57
-
-
Save wouterdebie/b12d5a1160ef9de82cfb7be608f03bdf to your computer and use it in GitHub Desktop.
ComfyUI MacOS Apple Silicon install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
brew install llvm libomp [email protected] | |
export CC=$(brew ls --verbose llvm | grep -e 'bin/clang$') | |
export CXX=$(brew ls --verbose llvm | grep -e 'bin/clang++$') | |
git clone https://github.com/comfyanonymous/ComfyUI.git | |
cd ComfyUI | |
python3.11 -m venv venv | |
. ./venv/bin/activate | |
pip install --upgrade pip | |
pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu | |
python -m pip install --no-binary :all: numpy | |
python -m pip install "diffusers[torch]" | |
python -m pip install tensorflow tensorflow-metal | |
python -m pip install onnxruntime onnxruntime-silicon | |
python -m pip install jax-metal | |
python -m pip install mlx coremltools | |
pip install -r requirements.txt | |
pip install wheel | |
pip install xformers | |
cd custom_nodes | |
git clone https://github.com/ltdrdata/ComfyUI-Manager.git | |
cd .. | |
## Install some extras that are necessary for some nodes | |
pip install --upgrade onnx transformers optimum omegaconf | |
# for ComfyUI_VLM_nodes | |
pip install llama-cpp-python | |
# For prompt_generator nodes | |
pip install tf-keras | |
# Arm64 isn't recognized by an older version of py-cpuinfo | |
sed -i .orig 's/py-cpuinfo==.*/py-cpuinfo==9/' ComfyUI_VLM_nodes/requirements.txt | |
python main.py --force-fp16 --fp16-vae --highvram | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your installation script for ComfyUI on macOS with Apple Silicon looks solid! Consider adding checks for Homebrew installation and error handling for package installations to improve user experience. Additionally, clarifying each step with comments or echo statements could help users understand the process better. Overall, great work on structuring the script! And I also would like to share some useful information with you. If you are looking for software online through which you can easily delete or paste long path files then LongPathTool will be the best option for you. I am also using it and it is worth it. I am sure you won't regret your decision.