ComfyUI Node
Anima FeRA Loader
Anima FeRA loader (author-faithful — Yin et al., arXiv:2511.17979). Installs a single model-level forward_pre_hook that computes the per-step Frequency-Energy Indicator and global router gates, plus per-Linear forward_hooks that add the gated stacked-expert correction. Mutually exclusive with HydraLoRA — for FEI-on-Hydra checkpoints, use AnimaAdapterLoader.
Anima FeRA Loader
- model
- MODEL
◄adapter▾►
◄strength1.00►
Categoryloaders
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| adapter | COMBO | FeRA checkpoint — either author-faithful (networks.methods.fera; router.net.* + lora_unet_*.lora_down/lora_up) or plan2 stacked_experts_global_fei (global_router.net.* + lora_unet_*.lora_downs.{i}.weight / .lora_ups.{i}.weight, typically named *_moe.safetensors). Both use an independent-A stacked-expert layout with a single network-level FEI router. | |
| strength | FLOAT | 1.00-2–2 | Scales the gated expert correction added to each adapted Linear (mirrors the training-side multiplier; 0 short-circuits to the frozen base). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |