Files
automatic/modules/lora
CalamitousFelicitousness 450bf977e8 fix(lora): use native_active flag instead of applied_layers for restore trigger
applied_layers is cleared and re-populated on every network_activate call.
With lora_apply_te=True the second activate (TE-only pass) finds all
modules already at the target state and skips them all, leaving
applied_layers empty and breaking the restore trigger on the next gen.

native_active is set from loaded_networks at the end of activate, so it
survives idempotent re-runs and only flips false after the restore call
clears loaded_networks.
2026-05-01 01:38:56 +01:00
..
2026-04-21 19:45:51 +02:00
2026-02-19 09:15:37 +01:00
2026-02-19 11:09:13 +01:00
2026-04-29 11:20:22 +02:00
2026-02-19 11:09:13 +01:00
2026-02-19 09:15:37 +01:00
2024-12-01 10:54:51 -05:00
2026-03-23 02:14:07 +00:00
2026-01-14 16:25:56 +03:00
2024-11-29 08:01:26 -05:00
2024-11-29 08:01:26 -05:00