Files
automatic/modules/lora
CalamitousFelicitousness a028b56687 fix(lora): restore native weights when LoRA removed on diffusers-path models
Flux2/Klein loads LoRAs as native modules through the diffusers method
path. network_activate() was only called when new native modules existed,
so removing a LoRA from the prompt left backed-up weights unrestored.

Check applied_layers to detect previously active native modules and
trigger network_activate() for the restore path.
2026-04-29 02:00:33 +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-12 19:06:08 +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