Node lists doesn't show up for most custom extensions

Author: geroldmeisingerCreated Sep 13, 2026Updated Sep 13, 2026

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

Source: Comfy-Org/ComfyUI-Manager