run_template
Run a known-good template with input overrides by fetching, converting to API format, applying overrides, and submitting. Check template_slots to see override options.
Instructions
Run a known-good template with input overrides — WITHOUT loading the graph into context. Fetches the template, converts to API format, applies overrides, and submits. Use template_slots first to see what you can override.
overrides: {node_id: {input_name: value}} (node ids and inputs from template_slots). After it runs, call get_result then get_image and LOOK — a green run is valid, not correct.
Limitation: subgraph templates can't be expanded (converter coverage ~88% of non-subgraph nodes); if nodes are skipped it's reported and the run may be incomplete. Confirm the template's nodes/models exist first (find_missing_nodes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| pack | No | ||
| source | No | online | |
| client_id | No | comfy-mcp | |
| overrides | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |