I am trying the config for comfyUI from here: https://docs.openclaw.ai/providers/comfy , but following config fails: "models": {
"mode": "merge",
"providers": {
"comfy": {
"mode": "local",
"baseUrl": "http://127.0.0.1:8188",
"image": {
"workflowPath": "./workflows/image.json",
"promptNodeId": "6",
"outputNodeId": "9",
},
}, ------------ ilkeraktuna@ilkers-Mac-mini ~ % openclaw models list --provider comfy
Invalid config at /Users/ilkeraktuna/.openclaw/openclaw.json:\n- models.providers.comfy.models: Invalid input: expected array, received undefined
- models.providers.comfy: Unrecognized keys: "mode", "image"
🦞 OpenClaw 2026.4.5 (3e72c03) — I can't fix your code taste, but I can fix your build and your backlog.
Config invalid
File: ~/.openclaw/openclaw.json
Problem:
- models.providers.comfy.models: Invalid input: expected array, received undefined
- models.providers.comfy: Unrecognized keys: "mode", "image"
Run: openclaw doctor --fix
ilkeraktuna@ilkers-Mac-mini ~ %