server_info
Check the local ComfyUI environment and verify compatibility before running workflows. Reports hardware, update status, and remote target to confirm the setup is ready.
Instructions
Report the local ComfyUI/comfy-cli environment and verify compatibility.
Wraps comfy env. Call this first to confirm a local ComfyUI is up before
running a workflow.
Returns:
running/url/workspace/python — the LOCAL comfy-cli
install, always, even with a remote ComfyUI configured (see below).
Plus:
- hardware (GPU/VRAM/RAM), present only when the installed
comfy-cli reports one — check for the key, then consult the routing
guidance in the server instructions before starting local generation.
- compatibility: this server's own version/envelope compatibility
check; raises before returning on a hard incompatibility.
- freshness (from comfy outdated): core/packs
staleness. If either is outdated, tell the user to update FIRST
(comfy update comfy for core, comfy node update <pack> for a
pack) before concluding the catalog lacks something.
{"unsupported": true} means this comfy-cli cannot answer —
nothing is broken.
- comfy_target (host/port), only when a remote ComfyUI is
configured (COMFYUI_URL/COMFYUI_HOST) — the submit/poll
tools follow it; this call never probes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||