mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
docs: cleanup
This commit is contained in:
@@ -8,7 +8,7 @@ custom Qwen3-projection MLP), or ``lora_te_*`` (Qwen3 text encoder). Routing
|
||||
is parameterized in ``modules.lora.native_adapter`` via the ``network_prefix``
|
||||
callable that ``pipelines.anima.anima_lora`` supplies.
|
||||
|
||||
Covers the eight families exposed through native_adapter's generics (LoRA,
|
||||
Covers the families exposed through native_adapter's generics (LoRA,
|
||||
LoKR, LoHA, OFT, IA3, GLoRA, Norm, Full), focused on:
|
||||
|
||||
- LoRA across all five recognized prefixes (BFL transformer / BFL llm_adapter /
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"""
|
||||
Offline unit tests for Flux2/Klein native adapter loaders.
|
||||
|
||||
Covers the nine native families (LoRA, LoKR, LoHA, OFT, BOFT, IA3,
|
||||
GLoRA, Norm, Full) plus DoRA threading via the universal
|
||||
Covers the native families (LoRA, LoKR, LoHA, OFT, BOFT, IA3, GLoRA,
|
||||
Norm, Full) plus DoRA threading via the universal
|
||||
NetworkModule.finalize_updown hook, and ex_bias accumulation across
|
||||
stacked Norm adapters.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user