check_setup
Diagnose a fresh install or sandbox: verify ComfyUI is reachable, render mount directory exists, and partner-node key is present. Returns checks and a hint; run first when a render fails to deliver.
Instructions
One-shot setup diagnostic for a fresh install or a sandboxed client (Cowork/
Desktop/Code): can I reach ComfyUI, can I hand finished renders back to the user
(COMFYUI_MOUNT_DIR), is the partner-node key present. Unlike get_instance_info it
never raises - a down instance is a failed check, not an error - so run it first
when a render can't be delivered or the instance seems unreachable. Returns
{ok, checks:[{name, ok, detail}], hint?}; ok gates on ComfyUI being reachable,
relocation is a soft check surfaced via hint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||