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

Опубликовано: 15 Декабрь 2023
на канале: time-chick
7,193
301

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:

Homebrew: https://brew.sh

Python: https://www.python.org

Pytorch: https://pytorch.org/get-started/locally

ComfyUI: https://github.com/comfyanonymous/Com...

Stable Diffusion: https://huggingface.co/runwayml/stabl...

ComfyUI Manager: https://github.com/ltdrdata/ComfyUI-M...


Commands:


Install Homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"

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

Install Python3: brew install cmake protobuf rust [email protected] git wget,

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

Clone ComfyUI: git clone https://github.com/comfyanonymous/Com...

Run ComfyUI: Python3 main.py


Install ComfyUI Manager:

cd custom_nodes

git clone https://github.com/ltdrdata/ComfyUI-M...