Install ComfyUI on Mac OS (M1 or M2)

Аватар автора
Кодерский Университет
This video is a quick wakthrough to show how to get Comfy UI installed locally on your m1 or m2 mac. ------------------- -------------------- --------------------- Times 0:00 - Awesome-ness ------------------- -------------------- --------------------- Lines of code used: Navigate Terminal directories: pwd • Where are you now? ls • list folders in the directory you&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 &doctor&to test install. Check installed pyrthon version: python3 --version Install Python 3.11: brew install python@3.11 Install Pip: python3 -m pip install --upgrade setuptools Install Pytorch: Get code here: Clone ComfyUI Git: (*make sure you&in the right folder) Install requirements: pip3 install -r requirements.txt Run ComfyUI: (make sure you&in the correct folder) python3 main.py or python3.11 main.py

0/0


0/0

0/0

0/0