D:\ComfyUI>.\python_embeded\python.exe -c "import git; git.Repo.clone_from('https://github.com/ltdrdata/ComfyUI-Manager', './ComfyUI/custom_nodes/comfyui-manager')"
Traceback (most recent call last):
File "", line 1, in
import git; git.Repo.clone_from('https://github.com/ltdrdata/ComfyUI-Manager', './ComfyUI/custom_nodes/comfyui-manager')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\python_embeded\Lib\site-packages\git\repo\base.py", line 1543, in clone_from
return cls._clone(
~~~~~~~~~~^
git,
^^^^
...<7 lines>...
**kwargs,
^^^^^^^^^
)
^
File "D:\ComfyUI\python_embeded\Lib\site-packages\git\repo\base.py", line 1414, in _clone
finalize_process(proc, stderr=stderr)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\python_embeded\Lib\site-packages\git\util.py", line 512, in finalize_process
proc.wait(**kwargs)
~~~~~~~~~^^^^^^^^^^
File "D:\ComfyUI\python_embeded\Lib\site-packages\git\cmd.py", line 419, in wait
raise GitCommandError(remove_password_if_present(self.args), status, errstr)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v -- https://github.com/ltdrdata/ComfyUI-Manager ./ComfyUI/custom_nodes/comfyui-manager
stderr: 'fatal: destination path './ComfyUI/custom_nodes/comfyui-manager' already exists and is not an empty directory.
You have already installed ComfyUI-Manager.
If it doesn't work properly and you want to reinstall it, first remove the ComfyUI/custom_nodes/comfyui-manager directory.