"Unable to start ComfyUI" issue on Mac M1

Hi, I did the fresh install on Mac M1 and got this error message on the first time:

Unable to start ComfyUI

Report IssueOpen LogsReinstall

bash-3.2$

s.txt"; echo "--end-1732602474770:$?".app/Contents/Resources/ComfyUI/requirement

Some of the last lines on log:


[2024-11-26 08:27:54.764] [info]   e[32m+e[39m 
[2024-11-26 08:27:54.764] [info]  e[1mfilelocke[0me[2m==3.16.1
[2024-11-26 08:27:54.765] [info]  e[0m
 e[32m+e[39m e[1mfsspece[0me[2m==2024.10.0e[0m
 e[32m+e[39m e[1mjinja2e[0me[2m==3.1.4e[0m
 e[32m+e[39m e[1mmarkupsafee[0me[2m==2.1.5e[0m
 e[32m+e[39m e[1mmpmathe[0me[2m==1.3.0e[0m
 e[32m+e[39m 
[2024-11-26 08:27:54.765] [info]  e[1mnetworkxe[0me[2m==3.4.2e[0m
 e[32m+e[39m e[1mnumpye[0me[2m==2.1.2e[0m
 e[32m+e[39m e[1mpillowe[0me[2m==11.0.0e[0m
 e[32m+e[39m e[1msetuptoolse[0me[2m==70.2.0e[0m
 e[32m+e[39m e[1msympye[0me[2m==1.13.1e[0m
 e[32m+e[39m e[1mtorche[0me[2m==2.6.0.dev20241121e[0m

[2024-11-26 08:27:54.765] [info]   e[32m+e[39m e[1mtorchaudioe[0me[2m==2.5.0.dev20241121e[0m
 e[32m+e[39m e[1mtorchvisione[0me[2m==0.20.0.dev20241121e[0m
 e[32m+e[39m e[1mtyping-extensionse[0me[2m==4.12.2e[0m

[2024-11-26 08:27:54.770] [info]  --end-1732602463780:0

[2024-11-26 08:27:54.770] [info]  Installing ComfyUI requirements from /Applications/ComfyUI.app/Contents/Resources/ComfyUI/requirements.txt
[2024-11-26 08:27:54.770] [info]  Running uv command: /Applications/ComfyUI.app/Contents/Resources/uv/macos/uv pip install -r /Applications/ComfyUI.app/Contents/Resources/ComfyUI/requirements.txt
[2024-11-26 08:27:54.770] [info]  bash-3.2$ 
bash-3.2$ clear; /Appl
[2024-11-26 08:27:54.771] [info]  ications/ComfyUI.app/Contents/Resources/uv/macos/uv "pi
[2024-11-26 08:27:54.771] [info]  p"  
"install" "-r" "/Applications/ComfyUI.app/Cont
[2024-11-26 08:27:54.771] [info]  ents/Resources/ComfyUI/requirement 
s.txt"; echo "
[2024-11-26 08:27:54.771] [info]  --end-1732602474770:$?"

[2024-11-26 08:28:06.880] [error] @todesktop/runtime: alwaysResolve: Promise timed out after 30000ms
[2024-11-26 08:28:07.443] [info]  @todesktop/runtime: Checking for update
[2024-11-26 08:28:07.444] [info]  @todesktop/runtime: AutoUpdater: checking-for-update
[2024-11-26 08:28:07.446] [info]  @todesktop/runtime: Generated new staging user ID: 21d68993-6578-5271-a8a1-4a3edddcadf3
[2024-11-26 08:28:07.753] [info]  @todesktop/runtime: Update for version 0.3.15 is not available (latest version: 0.3.15, downgrade is allowed).
[2024-11-26 08:28:07.754] [info]  @todesktop/runtime: AutoUpdater: update-not-available {
  version: '0.3.15',
  files: [
    {
      url: 'ComfyUI 0.3.15 - Build 2411269w5b82dg2-arm64-mac.zip',
      sha512: 'gT0RYNWU9bW3eZTmTb7XRpIBNSIktFSEtnmDZIJ8YsRwmhrBgai1SlhlfLRW6QomlDCKkTLH/TbFD9NHn88B7A==',
      size: 137357394
    },
    {
      url: 'ComfyUI 0.3.15 - Build 2411269w5b82dg2-arm64.dmg',
      sha512: '7hrTxX1/uyKMWvO6BIMPIEt2RS+30LFnkH3UtNY16C336QHOrJs2fpQpMjaO1eIgwcBRONjuK3CHd1a/s+Fm8g==',
      size: 145078117
    }
  ],
  path: 'ComfyUI 0.3.15 - Build 2411269w5b82dg2-arm64-mac.zip',
  sha512: 'gT0RYNWU9bW3eZTmTb7XRpIBNSIktFSEtnmDZIJ8YsRwmhrBgai1SlhlfLRW6QomlDCKkTLH/TbFD9NHn88B7A==',
  releaseDate: '2024-11-26T05:13:32.166Z'
}

Some other info:

  • Mac M1 Pro, OS 15.1.1 (24B91)
  • Comfy Version 0.3.15 (2411269w5b82dg2)
  • When install, I chose the custom location is ~/Applications

I reinstalled and unchecked auto update, it moves forward now.

Did you reinstall in the same location? The app will try to create directories like models your selected location and generally you can’t create things there without admin permissions.

Nvm I tried and installing in ~/Applications does work.