【Step by Step】 Install ComfyUI on Mac m1 m2 m3

preview_player
Показать описание
Maybe Comfy UI is the best AI image generation software on MacOS, this video will guide you to install Comfy UI on Mac.

00:00 - Intro
00:11 - Step 1: Install Homebrew
02:40 - Step 2: Install Python
04:09 - Step 3: Install pip
04:25 - Step 4: Install PyTorch
05:30 - Step 5: Clone and install Comfy UI
06:36 - Step 6: Run Comfy UI
07:53 - Step 7: Install a model
10:17 - Step 8: Install Comfy UI Manager

Links:

Commands:

Add Homebrew to Mac path:

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' ]] ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)" (please replace "]" to "Greater than sign" )

Check Homebrew is installed correctly:
brew -v

Check Python is installed correctly: Python3 -v
Quit python: exit()

Install Pip: python3 -m pip install --upgrade setuptools

Install Pytorch: pip3 install torch torchvision torchaudio

Install ComfyUI Manager:

cd custom_nodes

Рекомендации по теме
Комментарии
Автор

Thanks for the tutorial, the model I downloaded is in safetensor format? Where should I copy paste the file?

ansaransu