get_template
Inspect a ComfyUI template's details and schema, and verify whether your local install can run it. Uses an optional live local_check against object_info before fetching the template.
Instructions
Show one template's details/schema, and whether your install can run it.
Wraps comfy templates show <name>. Step 2 of the on-ramp: inspect
before fetch_template(name, out_path) writes the runnable JSON.
Args:
check_local: True (default) adds a local_check block comparing
the graph against the LIVE local object_info.
{"checked": true, "runnable": false} fails until updated;
{"checked": false} means no comparison was made (usually
ComfyUI not running) — no runnable key, read with
.get("runnable"). False skips the extra fetch+validate,
but the check still must happen before the run.
local_check is CONDITIONAL, like server_info's hardware: on a
drifted (non-dict) payload there is no local_check key at all.
Freshness: CACHED, 24h TTL as of v1.14.0 (this server's floor); refresh
with comfy templates refresh. NOT read from the local install.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| check_local | No |