describe_extension
Retrieve disk, registry, and registration status for a ComfyUI node pack to diagnose installation issues and check dependencies.
Instructions
Everything known about one installed node pack: disk, registry, and whether it works.
Three sources, and the disagreements between them are the reason to ask. The disk
says what is installed and at which commit. The registry says what the current
version is, so update_available can be answered without a fetch. /object_info
says whether the pack's nodes actually registered - and a pack that is installed,
enabled, and registers nothing is a pack whose import died, which get_comfy_log
will say the reason for.
dependencies is what the pack declares in its own pyproject.toml. Hand it to
plan_packages to find out what repairing or updating this pack would move.
Args: name: the pack, by folder name, registry id, or a distinctive part of either. Ambiguity is refused rather than guessed at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||