mirror of
https://github.com/vladmandic/automatic
synced 2026-09-10 06:48:43 +02:00
2396185393
Add lora_stack_mode with ties, dare_ties, dare_linear and magnitude_prune combination of per-network deltas when several loaded networks target one layer; sum stays the default and the exact factor path. Combined deltas ride the existing tail: hosted svd on sub-8-bit SDNQ, requantize at int8 and above, direct add elsewhere. Text-encoder layers and single-network sets keep plain summation. DARE masks draw from per-layer sha256 seeds so re-applies and cache entries stay deterministic; the stack settings join the activation and factor-cache signatures so settings changes re-apply without a reload.