Files
KelinandClaude Opus 4.6 3eaf82b692 feat: add authentication support for remote ComfyUI servers
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>
2026-03-17 07:09:26 +08:00

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"
}