Comfy-Org / Comfy-Org/ComfyUI-Manager
QUESTION : how to manually install the nightly version of noda
Open
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
how to manually install the nightly version of noda
There is an api that allows me to see the list of node versions:
curl --request GET \
--url https://api.comfy.org/nodes/comfyui_essentials/versions
similar results can be obtained with the command
git log -p -- pyproject.toml | grep -E 'commit|version = '
unfortunately neither method shows the nightly version.
I need to programmatically install the nigtly version of the node in custom nodes
can you please advise me how to do this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.