describe_environment
Inspect a local ComfyUI install: report Python interpreter, installed custom node packs, registered nodes, and checkpoint files to guide package installation and debugging.
Instructions
Report ComfyUI's Python environment: interpreter, packages, node packs, checkpoints.
The starting point for anything to do with installing. Three sources are read and
they answer different questions, which is why none of them is enough alone: the
disk says what is installed in custom_nodes, ComfyUI's /object_info says what
registered, and get_comfy_log says why a pack did neither. A disabled pack and a
pack whose import died are both simply absent from /object_info.
pinned is the set whose version is decided by which CUDA build this install has.
Nothing here will move one, and plan_packages refuses a plan that would.
Args:
packages: include the full name==version listing. It is long - 286 lines on
the install this was written against - so it is off by default and the
counts plus pinned are what a caller normally needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||