ComfyUI update fail: The installed ComfyUI does not have a Git repository.
Fixing it in the new build
I guess youāre already aware, but this is what I got after a fresh install of ComfyUI Desktop on an M3 Mac. Interesting how it seems to think weāre in a Windows environment?
###################################################################
[WARN] ComfyUI-Manager: Your ComfyUI version (Unknown)[1900-01-01] is too old. Please update to the latest version.
[WARN] The extension installation feature may not work properly in the current installed ComfyUI version on Windows environment.
###################################################################
Confirming seeing the same in Manager on 0.3.18
Your ComfyUI is too OUTDATED!!!
I encountered similar issue with a fresh install. I was able to open ComfyUi from terminal but not from finder. In my case it looks like some PATH enviroment differences as the logs in ā$HOME/Documents/ComfyUI/user/*.logā indicated it was using the xcode provided binary and I hadnāt accepted their ToS yet:
You have not agreed to the Xcode license agreements. Please run āsudo xcodebuild -licenseā from within a Terminal window to review and agree to the Xcode and Apple SDKs license.ā
Just chiming in to say accepting the new Xcode terms (which should appear as soon as you open Xcode the next time) fixed it for me as well - cheers!