comfy_recommend_runtime
Inspect GPU to determine local vs cloud execution, returning a verdict (local, marginal, cloud) and the matching install flag for ComfyUI.
Instructions
Inspect connected GPU and recommend local vs Comfy Cloud routing.
Returns one of three verdicts:
ok- run everything locally (>=8 GB discrete VRAM or >=32 GB unified Apple Silicon)marginal- SD 1.5 OK, SDXL tight, Flux/video unlikely. Cloud recommended for heavy workloads.cloud- no usable GPU, <6 GB VRAM, <16 GB unified, Intel Mac, or Rosetta Python. Route to Comfy Cloud.
Also reports the appropriate comfy-cli install flag (--nvidia,
--amd, --m-series, --cpu) so the caller can pass it to
comfy_install_node / comfy_launch_server flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |