Comfy-Org / Comfy-Org/ComfyUI-Manager
help i can't install
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the reported ComfyUI installation command and the path ./ComfyUI/custom_nodes/comfyui-manager. Inspect how the manager installation handles an existing non-empty destination, then reproduce the GitCommandError; done means the installation behavior or user-facing guidance clearly accounts for this condition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100