Closed Erwin11 closed 11 months ago
Looks like you failed to clone the git submodule due to some reason.You can try to run this:
git -C "E:\AI\ComfyUI\ComfyUI-webui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyScript" submodule update --init --recursive
If this doesn't work, just delete directories under E:\AI\ComfyUI\ComfyUI-webui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyScript\nodes
.
It works. My bad,how to install, I didn't see that very clearly
The installation section has given the command lines:
cd ComfyUI/custom_nodes
git clone --recurse-submodules https://github.com/Chaoses-Ib/ComfyScript.git
cd ComfyScript
python -m pip install -r requirements.txt
You may forgot --recurse-submodules
when cloning the repo.
I'll add this to ComfyUI Manager to make the installation easier after some features are finished.
Now one should see this error message if the submodule is empty:
yes ,I forgot to typing --recurse-submodules. Follow the readme.md, installation is OK.
Now nodes are installed as package dependencies instead of Git submodules. pip install -e .
or pip install -r requirements.txt
will install them. --recurse-submodules
is no longer needed.
Installed the lastest version. had installed requirements.txt Error Info: