Unable to clone custom nodes repo
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
Should be able to install any custom node via manager. If it wasn't able to, it should not act like it did successfully and prompt the user to "restart"
### Actual Behavior
Installation Error, and prompts the user to restart to use the custom node.
### Steps to Reproduce
Try installing many custom nodes through the legacy manager.
### Debug Logs
```powershell
# Logs:
data_path: E:\AI\ComfyUI_installed\custom_nodes\comfyui-mixlab-nodes\data
🔧 Settings endpoint called
🔧 Received settings: precision=auto, device=auto
🎨 Step Audio EditX inline tags: precision=auto, device=auto
[ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.
FETCH DATA from: E:\AI\ComfyUI_installed\user\__manager\cache\3351870820_custom-node-list.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\user\__manager\cache\3966473180_github-stats.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\.venv\Lib\site-packages\comfyui_manager\extras.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\user\__manager\cache\1755113266_extension-node-map.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\user\__manager\cache\1755113266_extension-node-map.json [DONE]
[ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.
FETCH DATA from: E:\AI\ComfyUI_installed\user\__manager\cache\3351870820_custom-node-list.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\user\__manager\cache\3966473180_github-stats.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\.venv\Lib\site-packages\comfyui_manager\extras.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\user\__manager\cache\1755113266_extension-node-map.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\user\__manager\cache\1755113266_extension-node-map.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\.venv\Lib\site-packages\comfyui_manager\custom-node-list.json [DONE]
FETCH DATA from: E:\AI\ComfyUI_installed\user\__manager\cache\3351870820_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: E:\AI\ComfyUI_installed\user\__manager\cache\3351870820_custom-node-list.json [DONE]
Download: git clone 'https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes'
[!] Traceback (most recent call last):
[!] File "E:\AI\ComfyUI_installed\.venv\Lib\site-packages\comfyui_manager\common\git_helper.py", line 12, in
[!] from comfyui_manager.common.timestamp_utils import get_backup_branch_name
[!] File "E:\AI\ComfyUI_installed\.venv\Lib\site-packages\comfyui_manager\__init__.py", line 6, in
[!] from comfy.cli_args import args
[!] ModuleNotFoundError: No module named 'comfy'
[ComfyUI-Manager] Installation failed:
Failed to clone repo: https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
[ComfyUI-Manager] A tasks batch(batch_id=d34f4ead-b526-4330-b3ee-7d76897b3041) is completed.
stat={'install': 1}
[ComfyUI-Manager] All tasks are completed.
```
### Other
Contributor guide
Assessment
This issue has not been assessed yet.