ComfyUI Node
Anima Adapter Loader
Anima adapter loader. Auto-detects LoRA / HydraLoRA / ChimeraHydra / ReFT in the safetensors file. HydraLoRA installs per-Linear forward hooks that compute the trained per-sample router gate from each Linear's input and blend per-expert lora_up heads — full live routing including σ-conditional bias and FeRA-style FEI-conditional content routing when the checkpoint declares it. ChimeraHydra (*_chimera.safetensors, ss_use_chimera_hydra=true) additionally runs a network-level FreqRouter on FEI+σ each step, splits experts into content (K_c, per-Linear) + frequency (K_f, global) pools, and dispatches the concat gate through the same Hydra einsum. ReFT installs per-block forward hooks.
Anima Adapter Loader
- model
- MODEL
◄adapter▾►
◄strength_lora1.00►
◄strength_reft1.00►
Categoryloaders
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| adapter | COMBO | Anima adapter file. May contain any combination of LoRA, HydraLoRA (*_moe.safetensors), ChimeraHydra (*_chimera.safetensors — dual-pool content + frequency routing), and ReFT (residual-stream) weights. | |
| strength_lora | FLOAT | 1.00-2–2 | Strength for LoRA / Hydra weight patches. |
| strength_reft | FLOAT | 1.00-2–2 | Strength for ReFT residual-stream edits. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |