mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-15 16:17:14 +08:00
When a prompt is submitted without client_id and its output nodes are
served from cache, _send_cached_ui returned early before recording the
cached UI outputs, so /api/jobs/{job_id} (and /history) reported success
with empty outputs. Record the outputs before the client_id check.