mirror of
https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git
synced 2026-07-28 06:22:23 +00:00
Add optional auth field to server config. All HTTP requests to ComfyUI (prompt, history, view, health check) now pass the Authorization header when configured. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"id": "local",
|
|
"name": "Local",
|
|
"url": "http://127.0.0.1:8188",
|
|
"auth": "",
|
|
"enabled": true,
|
|
"output_dir": "./outputs"
|
|
}
|
|
],
|
|
"default_server": "local"
|
|
}
|