From 7cd6b6be79b04b6041000ff7b2fed649a6a21c8c Mon Sep 17 00:00:00 2001 From: CalamitousFelicitousness Date: Mon, 25 May 2026 05:47:56 +0100 Subject: [PATCH] refactor(lora): rename native_loader to native_adapter Frees the name for pipelines/native_transformer. Module covers the full LyCORIS adapter family (LoRA/LoKR/LoHA/OFT/IA3/GLoRA/Norm/Full), not just LoRA. --- modules/lora/{native_loader.py => native_adapter.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename modules/lora/{native_loader.py => native_adapter.py} (100%) diff --git a/modules/lora/native_loader.py b/modules/lora/native_adapter.py similarity index 100% rename from modules/lora/native_loader.py rename to modules/lora/native_adapter.py