comfyui_get_system_info
Get ComfyUI system information for generation decisions: GPU VRAM, queue depth, and version, with sensitive data filtered out.
Instructions
Return sanitized ComfyUI system information.
Returns a whitelist-filtered subset of system stats useful for making
generation decisions: GPU VRAM, queue depth, and ComfyUI version.
Sensitive fields (hostname, OS, CPU details, file paths, Python version,
network interfaces) are deliberately excluded.
Returns:
Dictionary with keys: comfyui_version, devices (list of GPU info),
queue (running/pending counts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||