mirror of
https://github.com/vladmandic/automatic
synced 2026-09-04 12:00:46 +02:00
79ea00257d
The loader applied balanced offload directly, which places nothing when the offload mode is not balanced, leaving every component on cpu where the load parked it. The dispatcher places them under whichever mode is configured, and the vae seams pair the balanced call with an on-demand sweep so the vae returns to cpu once its outputs are materialized.