stable-diffusion-webui/modules/runtime
Michael Cahill c146ef787c M12: Add runner instrumentation hooks (on_prepare, on_execute, on_finalize)
- Add optional no-op hooks to ProcessingRunner lifecycle
- Hooks invoked: prepare -> on_prepare -> execute -> on_execute -> finalize -> on_finalize
- Add test_runner_hooks_called contract test
- No runtime behavior change; structural seam for M13+ progress/cancellation

Made-with: Cursor
2026-03-12 14:25:36 -07:00
..
__init__.py M10: ProcessingRunner skeleton (#27) 2026-03-11 22:46:56 -07:00
runner.py M12: Add runner instrumentation hooks (on_prepare, on_execute, on_finalize) 2026-03-12 14:25:36 -07:00