- run.sh / run.ps1: load an optional .env for host-specific env vars - .env.example + docs: ComfyUI can run on another host (ROUTER_COMFYUI) - .gitignore: .env Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
OpenAI-compatible image endpoint that proxies to a ComfyUI server: fills a workflow template with per-request params (prompt/size/n/seed/steps/checkpoint), submits to ComfyUI, polls history, fetches images, returns OpenAI image shape. - router.py: _handle_image + fill_workflow + route; env ROUTER_COMFYUI / ROUTER_COMFY_CHECKPOINT / ROUTER_COMFY_WORKFLOW - comfyui-workflow.json: default SD/SDXL text2img template with {{SENTINELS}} - docs/IMAGES.md + README: config, usage, custom workflows - verified: templating + clean error when ComfyUI is down; end-to-end pending a live ComfyUI Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>