mirror of
https://github.com/vladmandic/automatic
synced 2026-09-13 01:59:42 +02:00
15393b85ff
The force sweep enumerated pipeline components and moved every module to cpu, including components with no hook to bring them back. It now moves only modules stamped for on-demand placement, walks the pipe variants through the shared enumeration instead of the components property that can raise, keeps going past a component that fails to move, and collects garbage once per sweep rather than per module.