Documentation Index
Fetch the complete documentation index at: https://dripart-docs-cloud-mcp-partner-generate-oauth.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
CLI
Generate (partner nodes) — Beta
comfy generate is in beta. Flag names, model aliases, and output formats may change. The underlying partner endpoints are stable; the CLI surface is still evolving. File feedback on the comfy-cli GitHub repo.<MODEL_OR_ACTION> is either:
- A model alias (e.g.
flux-pro,ideogram-edit,kling,dalle) — calls that partner model directly. - A reserved action:
list,schema,refresh,upload,resume.
COMFY_API_KEY environment variable, or pass --api-key <KEY> on each call. Get a key at platform.comfy.org.
Run-level flags (work with any model):
--download PATH: Save the result image/video toPATH.--async: Submit and return a job id immediately instead of polling to completion. Resume later withcomfy generate resume <model> <job_id>.--json: Emit the raw API response as JSON (useful for scripting).--timeout SECONDS: Override the default 300s polling timeout.--api-key KEY: Inline API key (overridesCOMFY_API_KEY).
list
List available partner models with their short aliases.
Usage:
--partner TEXT/-p TEXT: Filter by partner (e.g.bfl,kling,ideogram,openai).--category TEXT/--style TEXT/-c TEXT: Filter by category (e.g.text-to-image,image-edit,inpaint,upscale,text-to-video,image-to-video).--query TEXT/-q TEXT: Substring match against model id/summary.
schema
Show the parameters for a specific model, including required/optional flags, types, defaults, and an example invocation.
Usage:
refresh
Refresh the local cached model catalog from the cloud OpenAPI spec. Useful when new partner models are added.
Usage:
upload
Upload a local file (or rehost a remote URL) to Comfy’s storage and print the signed URL. Most models accept local file paths directly — this is for cases where you want the URL explicitly (e.g. to reuse the same asset across multiple calls).
Usage:
Reference assets are auto-deleted after 24 hours. Uploaded files (whether via
comfy generate upload or implicitly when you pass a local file path to a model) are stored in a Comfy-managed GCS bucket (api-nodes-prod) and reachable only via a signed URL. Objects are automatically deleted 1 day after upload by a bucket lifecycle rule. If you need an asset to persist across long-running async jobs, re-upload it before each job, or host it yourself and pass the URL directly.resume
Resume a previously submitted async job (typically a video job submitted with --async). Polls until the result is ready and optionally downloads it.
Usage:
Model aliases (selected)
The following short aliases are accepted as<MODEL>. Run comfy generate list for the full, up-to-date catalog.
Popular:
| Alias | Partner | Category |
|---|---|---|
nano-banana | Google (Gemini Flash Image) | text-to-image / image-edit |
seedance | ByteDance | text-to-video / image-to-video (async) |
grok, grok-edit | xAI | text-to-image / image-edit |
grok-video | xAI | text-to-video (async) |
| Alias | Partner | Category |
|---|---|---|
flux-pro, flux-ultra, flux-2 | BFL | text-to-image (async) |
flux-kontext, flux-kontext-max | BFL | image-edit (async) |
flux-fill, flux-expand, flux-canny, flux-depth | BFL | inpaint / outpaint / controlnet |
ideogram, ideogram-edit, ideogram-remix, ideogram-reframe, ideogram-bg | Ideogram | text-to-image / image-edit |
dalle, dalle-edit | OpenAI | text-to-image / image-edit |
stability-ultra, stability-sd3, stability-upscale, stability-upscale-creative, stability-upscale-fast | Stability | text-to-image / upscale |
recraft, recraft-vectorize, recraft-rmbg, recraft-replace-bg, recraft-i2i, recraft-inpaint, recraft-upscale, recraft-upscale-creative | Recraft | text-to-image / image-edit |
reve, reve-edit | Reve | text-to-image / image-edit |
runway | Runway | text-to-image |
kling, kling-i2v, kling-extend, kling-lipsync | Kling | text-to-video / image-to-video / video-extend / lipsync (async) |
luma, luma-i2v | Luma | text-to-video / image-to-video (async) |
hailuo | MiniMax | text-to-video (async) |
runway-i2v | Runway | image-to-video (async) |
moonvalley-t2v, moonvalley-i2v | Moonvalley | text-to-video / image-to-video (async) |
pika, pika-i2v | Pika | text-to-video / image-to-video (async) |
vidu, vidu-i2v, vidu-extend | Vidu | text-to-video / image-to-video / video-extend (async) |
Nodes
Usage:--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
deps-in-workflowdisableenablefixinstallinstall-depsreinstallrestore-dependenciesrestore-snapshotsave-snapshot: Save a snapshot of the current ComfyUI…showsimple-showuninstallupdate
deps-in-workflow
Usage:
--workflow TEXT: Workflow file (.json/.png) [required]--output TEXT: Workflow file (.json/.png) [required]--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
disable
Usage:
ARGS...: disable custom nodes [required]
--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
enable
Usage:
ARGS...: enable custom nodes [required]
--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
fix
Usage:
ARGS...: fix dependencies for specified custom nodes [required]
--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
install
Usage:
ARGS...: install custom nodes [required]
--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
install-deps
Usage:
--deps TEXT: Dependency spec file (.json)--workflow TEXT: Workflow file (.json/.png)--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
reinstall
Usage:
ARGS...: reinstall custom nodes [required]
--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
restore-dependencies
Usage:
--help: Show this message and exit.
restore-snapshot
Usage:
PATH: [required]
--help: Show this message and exit.
save-snapshot
Save a snapshot of the current ComfyUI environment
Usage:
--output TEXT: Specify the output file path. (.json/.yaml)--help: Show this message and exit.
show
Usage:
ARGS...: [installed|enabled|not-installed|disabled|all|snapshot|snapshot-list] [required]
--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
simple-show
Usage:
ARGS...: [installed|enabled|not-installed|disabled|all|snapshot|snapshot-list] [required]
--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
uninstall
Usage:
ARGS...: uninstall custom nodes [required]
--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
update
Usage:
ARGS...: update custom nodes [required]
--channel TEXT: Specify the operation mode--mode TEXT: [remote|local|cache]--help: Show this message and exit.
Models
Usage:--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
download: Download a model to a specified relative…list: Display a list of all models currently…remove: Remove one or more downloaded models,…
download
Download a model to a specified relative path if it is not already downloaded.
Usage:
--url TEXT: The URL from which to download the model [required]--relative-path TEXT: The relative path from the current workspace to install the model. [default: models/checkpoints]--help: Show this message and exit.
list
Display a list of all models currently downloaded in a table format.
Usage:
--relative-path TEXT: The relative path from the current workspace where the models are stored. [default: models/checkpoints]--help: Show this message and exit.
remove
Remove one or more downloaded models, either by specifying them directly or through an interactive selection.
Usage:
--relative-path TEXT: The relative path from the current workspace where the models are stored. [default: models/checkpoints]--model-names TEXT: List of model filenames to delete, separated by spaces--help: Show this message and exit.