Install ComfyUI on Mac OS (M1, M2 or M3)

Описание к видео Install ComfyUI on Mac OS (M1, M2 or M3)

This video is a quick wakthrough to show how to get Comfy UI installed locally on your m1 or m2 mac.

Find out more about AI Animation, and register as an AI creative for free at https://aianimation.com


------------------- -------------------- ---------------------

Times
00:00 Intro
00:37 Create a folder
01:00 How to use Terminal
02:12 Install Homebrew
03:25 Install Python 3.11
04:03 Install pip and setuptools if needed
04:43 Install Pytorch Nightly
05:30 Clone ComfyUI github repo
06:30 Install dependencies
06:52 Run
------------------- -------------------- ---------------------

Lines of code used:

Navigate Terminal directories:
pwd • Where are you now?
ls • list folders in the directory you're in.
cd • change directory
cd.. • change to home directory.
cd / • go to root directory.
cd (drag folder in) • goes to folder.
cd - • go back to where you were

Install Homebrew: Their website: https://brew.sh/

Write 'brew doctor' to test install.

Check installed pyrthon version:
python3 --version

Install Python 3.11:
brew install [email protected]

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

Install Pytorch:
Get code here:
https://pytorch.org/get-started/locally/


Clone ComfyUI Git: (*make sure you're in the right folder)
git clone https://github.com/comfyanonymous/Com...

(**above url not cut off by Youtube) github.com/comfyanonymous/ComfyUI.git

Install requirements:
pip3 install -r requirements.txt

Run ComfyUI: (make sure you're in the correct folder)
python3 main.py
or
python3.11 main.py

Комментарии

Информация по комментариям в разработке