mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-22 06:10:51 -07:00
- Add modules/runtime/runner.py with ProcessingRunner and ProcessingRequest - Wire process_images to delegate through runner (internal only) - Add test/quality/test_processing_runner.py contract test Behavior-preserving. Zero blast radius. All callers unchanged. Made-with: Cursor
4 lines
121 B
Python
4 lines
121 B
Python
"""Runtime execution boundary for Serena.
|
|
|
|
M10: ProcessingRunner skeleton. Thin adapter around process_images_inner.
|
|
"""
|