I installed the desktop version of comfyUI, and i’m running into a lot of weird issues. The main one is that i’m unclear on how ComfyUI manager is installed. It seems to be built in, but then there’s errors like:
Traceback (most recent call last):
File "E:\AI\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 2436, in update_to_stable_comfyui
repo = git.Repo(repo_path)
^^^^^^^^^^^^^^^^^^^
File "E:\AI\ComfyUI\.venv\Lib\site-packages\git\repo\base.py", line 289, in __init__
raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: C:\Users\myusername\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
ComfyUI update failed
~~
Then when I try to do update all, i get a window saying it’s failed for comfyui-reactor, ComfyUI-UltimateSDUpscale-GGUF, and ComfyUI-Manager. Here’s the logs:
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
[ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
Traceback (most recent call last):
File "E:\AI\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 2436, in update_to_stable_comfyui
repo = git.Repo(repo_path)
^^^^^^^^^^^^^^^^^^^
File "E:\AI\ComfyUI\.venv\Lib\site-packages\git\repo\base.py", line 289, in __init__
raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: C:\Users\myuser\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
ComfyUI update failed
Updating: comfyui-reactorTraceback (most recent call last):
File "E:\AI\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 440, in do_update
title = os.path.basename(url)
^^^^^^^^^^^^^^^^^^^^^
File "<frozen ntpath>", line 270, in basename
File "<frozen ntpath>", line 241, in split
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: ComfyUI-UltimateSDUpscale-GGUFTraceback (most recent call last):
File "E:\AI\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 440, in do_update
title = os.path.basename(url)
^^^^^^^^^^^^^^^^^^^^^
File "<frozen ntpath>", line 270, in basename
File "<frozen ntpath>", line 241, in split
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: ComfyUI-ManagerTraceback (most recent call last):
File "E:\AI\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 440, in do_update
title = os.path.basename(url)
^^^^^^^^^^^^^^^^^^^^^
File "<frozen ntpath>", line 270, in basename
File "<frozen ntpath>", line 241, in split
TypeError: expected str, bytes or os.PathLike object, not NoneType
[ComfyUI-Manager] Queued works are completed.
{'update-comfyui': 1, 'update-main': 21}
What is going on?? I can’t find ANYTHING useful online, it seems like maybe the Desktop + Comfy manager is a new thing?