ComfyUI
OpenClaw ships a bundledcomfy plugin for workflow-driven ComfyUI runs.
- Provider:
comfy - Models:
comfy/workflow - Shared surfaces:
image_generate,video_generate,music_generate - Auth: none for local ComfyUI;
COMFY_API_KEYorCOMFY_CLOUD_API_KEYfor Comfy Cloud - API: ComfyUI
/prompt//history//viewand Comfy Cloud/api/*
What it supports
- Image generation from a workflow JSON
- Image editing with 1 uploaded reference image
- Video generation from a workflow JSON
- Video generation with 1 uploaded reference image
- Music or audio generation through the shared
music_generatetool - Output download from a configured node or all matching output nodes
size, aspectRatio, resolution, durationSeconds, or TTS-style controls
onto your graph.
Config layout
Comfy supports shared top-level connection settings plus per-capability workflow sections:mode:localorcloudbaseUrl: defaults tohttp://127.0.0.1:8188for local orhttps://cloud.comfy.orgfor cloudapiKey: optional inline key alternative to env varsallowPrivateNetwork: allow a private/LANbaseUrlin cloud mode
image, video, or music:
workfloworworkflowPath: requiredpromptNodeId: requiredpromptInputName: defaults totextoutputNodeId: optionalpollIntervalMs: optionaltimeoutMs: optional
inputImageNodeId: required when you pass a reference imageinputImageInputName: defaults toimage
Backward compatibility
Existing top-level image config still works:Image workflows
Set the default image model:Video workflows
Set the default video model:Music workflows
The bundled plugin registers a music-generation provider for workflow-defined audio or music outputs, surfaced through the sharedmusic_generate tool:
music config section to point at your audio workflow JSON and output
node.
Comfy Cloud
Usemode: "cloud" plus one of:
COMFY_API_KEYCOMFY_CLOUD_API_KEYmodels.providers.comfy.apiKey
image, video, and music workflow sections.