mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 05:48:42 +02:00
a028b56687
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.