curl -s http://127.0.0.1:8188/object_info | jq 'keys'

Category: AI/ML Tooling

curl -s http://127.0.0.1:8188/object_info | jq 'keys'

List all available ComfyUI nodes

Fetches the full node catalogue and prints just the node class names, showing what custom nodes and built-ins the server can run. A workflow that references a missing class fails with class_type not found, so this is the check before installing new node packs. Each entry's JSON also documents its inputs.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.