ComfyUI Node
K2 Projector from LoRA
Extracts the exact twelve projector values from a projector LoRA instead of using an approximated preset. Supports both published formats: a direct 'diffusion_model.txtfusion.projector.diff' tensor and rank-1 '…projector.lora_A/lora_B' adapters. Files like fedor_bypass, skc3vo or z0jglf are exactly this kind of LoRA — loading them here is more accurate than the preset table and keeps the rest of the graph free of an extra LoRA loader.
K2 Projector from LoRA
- projector
- values
◄lora_name▾►
◄multiplier1.00►
◄identity_protection1.00►
◄enabledtrue►
CategoryFVM Tools/K2
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| lora_name | COMBO | A projector LoRA (usually only 1-2 tensors). | |
| multiplier | FLOAT | 1.00-8–8 | Signed scale on the extracted vector — the equivalent of LoRA strength for this delta. |
| identity_protection | FLOAT | 1.000–1 | Keeps identity prompt tokens on the unmodified baseline layer mix. |
| enabled | BOOLEAN | true | Off passes the model through untouched. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| projector | K2_PROJECTOR | — |
| values | STRING | — |