ComfyUI/comfy_execution
Johnpaul 3278ff75fd feat: replay execution context on WS reconnect
Store current execution state (prompt_id, cached nodes, executed nodes,
outputs to execute) on the server instance during execution. On WS
reconnect, replay execution_start, execution_cached, progress_state,
and executing events so the frontend can restore progress tracking.

Refactor ProgressRegistry to expose get_serialized_state() and reuse
it in WebUIProgressHandler._send_progress_state().
2026-02-16 23:53:50 +01:00
..
caching.py caching: Handle None outputs tuple case (#10637) 2025-11-04 14:14:10 -08:00
graph_utils.py V3 Node Schema Definition - initial (#8656) 2025-07-31 18:02:12 -04:00
graph.py New Year ruff cleanup. (#11595) 2026-01-01 22:06:14 -05:00
jobs.py feat(jobs): add 3d to PREVIEWABLE_MEDIA_TYPES for first-class 3D output support (#12381) 2026-02-10 14:37:14 -08:00
progress.py feat: replay execution context on WS reconnect 2026-02-16 23:53:50 +01:00
utils.py Support for async node functions (#8830) 2025-07-10 14:46:19 -04:00
validation.py V3 Improvements + DynamicCombo + Autogrow exposed in public API (#11345) 2025-12-30 23:09:55 -05:00