I installed

  Рет қаралды 6,211

Technonator

Technonator

Жыл бұрын

Fellow Generative AI enthusiasts! ComfyUI is one of the newest and well performed UI for Stable Diffusion lovers. With this video I am goning to show you how to install ComfyUI to MacBook I7/I9 Pro and how to run it alongside with Automatic 1111.
I hope you enjoy.
Increase the performance for Macbook Pro i7/i9 users.
* go to pytorch.org/ and select Preview (Nightly) installation
* copy the command
* navigate to a111 root folder in terminal
* run the command which is copied from pytorch.org
* when the installation is completed.
* go to ComfUI root folder
* run comfyui with this command "PYTORCH_ENABLE_MPS_FALLBACK=1 PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 python3 main.py --use-split-cross-attention"
ComfyUI Repo;
github.com/comfyanonymous/Com...
Models that I used in the video
huggingface.co/Lykon/DreamSha...
huggingface.co/Lykon/DreamSha...

Пікірлер: 44
@JefHarrisnation
@JefHarrisnation 9 ай бұрын
Came here because I used Pinokio to run ComfyUI. Pinokio doesn't run the latest version of ComfyUI. So decided to run on my own. This tutorial was exactly what I need. Very very helpful. Many thanks!
@technonatorr
@technonatorr 9 ай бұрын
You're welcome
@ishkhara1000
@ishkhara1000 20 күн бұрын
Thank you so much! it really helps me to install on my old Mac
@pengblue12
@pengblue12 Ай бұрын
Thank you so much. helped ALOT 👍
@dontrez8412
@dontrez8412 3 ай бұрын
Thanks for this. So informative.
@technonatorr
@technonatorr 3 ай бұрын
Glad you enjoyed it!
@Mscreativebrain
@Mscreativebrain 5 ай бұрын
excellent, I really love your slow mode to explain sum-thin like this! do u have an explanation video for the stable diff web installation? thx in advance!
@everynone5805
@everynone5805 10 ай бұрын
Thx man, installed as you showed on a mac studio M2 without --CPU and could generate the example image
@technonatorr
@technonatorr 10 ай бұрын
Thank you for update
@pbartoli
@pbartoli 11 ай бұрын
Thanks for sharing info on installing ComfyUi on Mac. I have started ComfyUi with cpu as you suggested, but I suspect that having a M1 Arm MacBookPro I might work faster with GPU, but don't know how to do it. Do you have any suggestion ? Thanks!
@technonatorr
@technonatorr 11 ай бұрын
Install nightly version of torch pip3 install --pre torch torchvision torchaudio --index-url download.pytorch.org/whl/nightly/cpu and try run with this PYTORCH_ENABLE_MPS_FALLBACK=1 PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 python3 main.py --use-split-cross-attention
@INVICTUSSOLIS
@INVICTUSSOLIS Жыл бұрын
Thank you for this video. It helped me install because I couldn't find a video with mac. Please could you do a video showing how you install controlNet in comfyUI
@technonatorr
@technonatorr Жыл бұрын
You're welcome!
@technonatorr
@technonatorr Жыл бұрын
You can see the how to use ControlNet in ComfyUI in this video-> kzfaq.info/get/bejne/hb6KbNKSl5qmmWg.html
@INVICTUSSOLIS
@INVICTUSSOLIS Жыл бұрын
@@technonatorr Wow this is awesome. Thank you very much.
@MrKenta07
@MrKenta07 4 ай бұрын
Can you do a video about ComfyUI that stand alone Thank you so much
@technonatorr
@technonatorr 4 ай бұрын
Here is the video. - kzfaq.info/get/bejne/h5tmeLBq18jKeas.html
@s_phongo
@s_phongo 10 ай бұрын
wonderful video. i got stuck because the ui is not showing installed models
@technonatorr
@technonatorr 10 ай бұрын
I have added the model download link that I used in the video to the description area of the video.
@implodex
@implodex 11 ай бұрын
thanks for the video. I installed on m1 (followed some tutorials without knowing what Im doing, really hahah) but when I try yo generate the default "beatiful bottle" image in comfyui I get this message. Error occurred when executing KSampler: MPS backend out of memory (MPS allocated: 8.96 GB, other allocations: 77.07 MB, max allowed: 9.07 GB). Tried to allocate 50.00 MB on private pool. Use PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 to disable upper limit for memory allocations (may cause system failure). What does it mean and what do I need to do? FYI Im a complete noob, almost
@implodex
@implodex 11 ай бұрын
And in terminal it says: RuntimeError: Placeholder storage has not been allocated on MPS device! Prompt executed in 0.04 seconds Maybe the pytorch blablabla thing didnt work properly? Big thanks for any help, much appreciated..
@technonatorr
@technonatorr 11 ай бұрын
Please try to start with this -> PYTORCH_ENABLE_MPS_FALLBACK=1 PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 python3 main.py --use-split-cross-attention
@implodex
@implodex 11 ай бұрын
thanks @@technonatorr for your quick response. I´m going to get invoke with stable diffusion, so probably I´ll reinstall everything and start from scratch. Btw, do you know if I could just keep my already installed sdxl and install invoke on top of that? Have a great day and keep up the good work.
@hipworth
@hipworth 9 ай бұрын
I have installed but not sure where the models and and directories have been installed. Mac search can't seem to locate them either. Can you please explain how to access the directories?
@technonatorr
@technonatorr 9 ай бұрын
Hello this video explains how comfyUI works alongide with A111. If you already use a111 installation you can use same folders for installing models.
@technonatorr
@technonatorr 9 ай бұрын
for ComfyUI you can use "ComfyUI/models/checkpoints" folder for installing models
@technonatorr
@technonatorr 9 ай бұрын
for a111 you can use "stable-diffusion-webui/models/Stable-diffusion" folder for installing models
@PeterBlaBla
@PeterBlaBla 11 ай бұрын
Does the Macbook pro i5 can install the comfyui ? it shows the codes: AssertionError: Torch not compiled with CUDA enabled, What can i do next?
@technonatorr
@technonatorr 11 ай бұрын
You can use CPU only mode and start with this flag "--cpu" "main.py --cpu" But it is extremely slow compered to using a GPU.
@PeterBlaBla
@PeterBlaBla 11 ай бұрын
Thanks a lot, it works, but really too slow, It's unacceptable, I've change my mind to do it in a cloud sever@@technonatorr
@technonatorr
@technonatorr 11 ай бұрын
If your macbook has a graphic card, you can try to install torch nightly version then you can able to use graphic card of your macbook. pip3 install --pre torch torchvision torchaudio --index-url download.pytorch.org/whl/nightly/cpu and try run with this PYTORCH_ENABLE_MPS_FALLBACK=1 PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 python3 main.py --use-split-cross-attention
@PeterBlaBla
@PeterBlaBla 11 ай бұрын
It's intel iris plus graphics 645 1536M, I wander if it helps or not @@technonatorr
@damned7583
@damned7583 3 ай бұрын
can I install on a 2017 MacBook Air?
@technonatorr
@technonatorr 3 ай бұрын
I didn't try it but I quess it can work on it, but you have to use CPU mode, and do not keep your expectation high.
@nymannnn
@nymannnn 6 ай бұрын
Hi, I tried to do as watching your video, but I cannot because I don't have s diffusion webui. I tried to install homebrew to install s diffusion webUI but my os is Bigsur so I cannot do anything..somedays I will buy new M2 or M3 later.
@technonatorr
@technonatorr 6 ай бұрын
You do not need A1111 web UI, you can use ComfyUI alone. This video describes how to use ComfyUI without re-downloading the files you have already downloaded with A1111.
@nymannnn
@nymannnn 6 ай бұрын
@@technonatorr I am using intel chip macbook so I think I cannot. I think the comfyUI is working feom M1 chip. Is that correct?
@technonatorr
@technonatorr 6 ай бұрын
No, you can use Intel MacBook Pro with ComfyUI. My configuration is I9 Macbook Pro. @@nymannnn
@bomar920
@bomar920 Жыл бұрын
why is it so slow
@technonatorr
@technonatorr Жыл бұрын
If you install nightly version of Torch speed will increase and MacBook Pro will use it's graphic card. Even so, MacBook pro AMD chipset graphic card is not powerfull and has not enought memory. Other reason is all popular libraries are built to use Nvidia chipsets.
@EndlessTravels
@EndlessTravels 10 ай бұрын
I know im a month late, but this is ML software it is going to be OVERLY taxing on a computer, think of the idea a M1 is overly powerful to the point of making an i7 look stupid and slow, and M1 still lags on Stable fusion style software. ML is just overly taxing in general...I upgraded to a M2 not to long ago, its much faster but it still heats the hell up
@soulxslayerchan
@soulxslayerchan 10 ай бұрын
Holy shit this is painfully slow. My pc gets that image in barely 15 seconds on comfy.
@technonatorr
@technonatorr 10 ай бұрын
😊 what is your setup?
@yogikrishana
@yogikrishana 3 ай бұрын
this is one of the worst tutorials iu have ever seen
How to Install Automatic 1111 Stable Diffusion Web UI on MacOS M1/M2
8:33
I switched back to AMD... and I have no regrets.
24:11
JayzTwoCents
Рет қаралды 344 М.
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 3,7 МЛН
World’s Largest Jello Pool
01:00
Mark Rober
Рет қаралды 105 МЛН
Llegó al techo 😱
00:37
Juan De Dios Pantoja
Рет қаралды 59 МЛН
My New Desktop
11:46
Chris Titus Tech
Рет қаралды 589 М.
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 588 М.
How To Install ComfyUI and Run SDXL on Low GPUs
11:17
Aiconomist
Рет қаралды 16 М.
Can I Run Youtube Entirely From My Terminal? (No Browser)
15:31
Сколько реально стоит ПК Величайшего?
0:37
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 65 МЛН
İĞNE İLE TELEFON TEMİZLEMEK!🤯
0:17
Safak Novruz
Рет қаралды 2,2 МЛН