Comfy-Org / Comfy-Org/ComfyUI-Manager

Node lists doesn't show up for most custom extensions

Open
#3,276 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16.1k
Forks
2.5k
Avg merge
5d 4h
Merged PRs (30d)
13

Description

there seems to be something seriously wrong with the node extraction. of 20 popular nodes on the frontpage, only 13 are correctly detected:

Image

```bash
for i in comfyui-kjnodes rgthree-comfy comfyui-easy-use comfyui-videohelpersuite; do
curl -s "https://api.comfy.org/versions?nodeId=${i}&include_status_reason=true&pageSize=1" | python3 -m json.tool > Desktop/status_${i}.json
done
```

=>
KJnodes: pending
rgthree: pending
easy-use: pending

https://api.comfy.org/versions?nodeId=comfyui-kjnodes&include_status_reason=true&pageSize=1

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported results with the provided curl loop against the /versions endpoint and compare the responses for the listed node IDs. Trace the node extraction and status handling from that API response; done means popular custom extensions such as KJnodes, rgthree, and easy-use are detected instead of remaining pending, with coverage for the regression.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.