OpenClaw ComfyUI bridges your AI agent to ComfyUI's node-based image generation pipeline — giving autonomous agents the power to create professional visuals on demand without human input.
**Bottom line:** If your agent needs to generate, modify, or pipeline images as part of its workflow, this skill is a direct wire into one of the most powerful open-source image generation systems available.
If using OpenClaw's skill management, add `openclaw-comfyui-imagegenerate` to your workspace tools.
Set your ComfyUI endpoint:
COMFYUI_URL=http://localhost:8188
Create a `comfy_templates.json` mapping human-readable names to ComfyUI workflow JSON files:
{
"portrait": "/path/to/workflows/portrait.json",
"landscape": "/path/to/workflows/landscape.json",
"product-shot": "/path/to/workflows/product.json"
}
Use the ComfyUI image generation skill to create a product shot for our new SaaS dashboard. Template: product-shot, seed: 42, steps: 30.
| Pros | Cons |
|---|---|
| Full creative control, no API credits consumed | Requires ComfyUI setup and workflow knowledge |
| Template system means non-experts can use it | Hardware GPU required for reasonable generation speed |
|---|
| Fully autonomous — no human in the loop | Workflow debugging can be complex |
|---|
| Excellent for batch asset generation | Security review needed before exposing to untrusted inputs |
|---|