list_partner_models
List hosted partner models available for generation, with optional filters for style, partner, or query and pagination. Returns model details such as alias, category, and summary.
Instructions
List the hosted PARTNER models partner_generate can run.
Wraps comfy generate list — the ONLY source of the partner alias
catalog (nodes/search_templates read the local install).
Args:
style/partner/query: filters forwarded to comfy-cli, exact/substring;
an unfiltered call shows the real category strings.
limit/offset: default 100, capped at 200; page while shown <
total.
Returns:
{"total", "shown", "offset", "filters", "models"}; each model
{alias, id, partner, category, mode, summary}. Follow with
partner_model_schema for parameters.
Freshness: PINNED — a curated allowlist in the INSTALLED comfy-cli's code.
Absence here is NOT evidence it does not exist — do not tell the user the
model does not exist; the fix is a comfy-cli UPGRADE, not comfy generate refresh (the allowlist is code). One row can stand for a whole model
FAMILY — read partner_model_schema before committing to a variant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| style | No | ||
| offset | No | ||
| partner | No |