mirror of
https://github.com/vladmandic/automatic
synced 2026-09-02 19:10:46 +02:00
ca730fa3e6
make_lora reassigned the 'modules' selection arg to a named_modules() generator, so the subsequent 'te'/'unet' in modules checks tested an exhausted generator and silently skipped TE2 + UNet extraction. Also 'loaded_lora() == ""' never matched a loaded model (returns a list), so the no-LoRA-detected guard never fired. Co-Authored-By: Claude <noreply@anthropic.com>