Comfy-Org / Comfy-Org/ComfyUI-Manager
Comfy ui errors when used with coolab notebook
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
comfy ui doesnot update shows git not even exist
error in cloudfared run cell
the error in the first cell is
error: Your local changes to the following files would be overwritten by merge:
custom-node-list.json
Please commit your changes or stash them before you merge.
Aborting
/content/drive/MyDrive/ComfyUI
-= Install custom nodes dependencies =-
Requirement already satisfied: GitPython in /usr/local/lib/python3.11/dist-packages (3.1.45)
Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.11/dist-packages (from GitPython) (4.0.12)
Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.11/dist-packages (from gitdb<5,>=4.0.1->GitPython) (5.0.2)
WARN: The `COMFYUI_PATH` environment variable is not set. Assuming
`custom_nodes/ComfyUI-Manager/../../` as the ComfyUI path.
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager/cm-cli.py", line 38, in
import utils.extra_config
ModuleNotFoundError: No module named 'utils'
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the first notebook cell and custom_nodes/ComfyUI-Manager/cm-cli.py at the import on line 38. Reproduce the update in the Colab environment, then inspect the COMFYUI_PATH warning, the custom-node-list.json merge failure, and the missing utils module. Done means the update and custom-node dependency step complete without these errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100