filmov
tv
Install ComfyUI on Mac OS (M1, M2 or M3)
![preview_player](https://i.ytimg.com/vi/m9jg1fdOiVY/maxresdefault.jpg)
Показать описание
This video is a quick wakthrough to show how to get Comfy UI installed locally on your m1 or m2 mac.
------------------- -------------------- ---------------------
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
Write 'brew doctor' to test install.
Check installed pyrthon version:
python3 --version
Install Python 3.11:
Install Pip:
python3 -m pip install --upgrade setuptools
Install Pytorch:
Get code here:
Clone ComfyUI Git: (*make sure you're in the right folder)
Install requirements:
Run ComfyUI: (make sure you're in the correct folder)
or
------------------- -------------------- ---------------------
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
Write 'brew doctor' to test install.
Check installed pyrthon version:
python3 --version
Install Python 3.11:
Install Pip:
python3 -m pip install --upgrade setuptools
Install Pytorch:
Get code here:
Clone ComfyUI Git: (*make sure you're in the right folder)
Install requirements:
Run ComfyUI: (make sure you're in the correct folder)
or
Комментарии