ComfyUI Node
Load LoRA Advanced (Krea2 Strip Layers)
Advanced Krea2 LoRA loader: per-block selection or per-block weights, plus granular strip toggles.
Load LoRA Advanced (Krea2 Strip Layers)
- model
- MODEL
◄lora_name▾►
◄strength_model1.00►
◄strip_all_blockstrue►
◄use_block_selectionfalse►
◄block_selection0-27►
◄use_block_weightsfalse►
◄block_weights1►
◄strip_first_lasttrue►
◄strip_time_mlptrue►
◄strip_txtfusion_layerwisefalse►
◄strip_txtfusion_projectorfalse►
◄strip_txtfusion_refinerfalse►
Categoryloaders/krea2
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model the LoRA is applied to. | |
| lora_name | COMBO | The Krea2 LoRA to strip and apply. | |
| strength_model | FLOAT | 1.00-100–100 | Global LoRA strength. Per-block weights (if enabled) multiply this. |
| strip_all_blocks | BOOLEAN | true | Strip ALL transformer blocks. Ignored when use_block_selection or use_block_weights is ON. |
| use_block_selection | BOOLEAN | false | Strip only the blocks listed in block_selection (ignores strip_all_blocks). Ignored when use_block_weights is ON. |
| block_selection | STRING | 0-27 | Blocks to strip when use_block_selection is ON. Range/list like '0-27', '10-27', '5,8,20-27'. Empty = strip none. |
| use_block_weights | BOOLEAN | false | Per-block weight mode: scale each block by block_weights instead of stripping (weight 0 = off). Overrides the block strip toggles above. |
| block_weights | STRING | 1 | Per-block weights. '1'=all x1; '1,1,0.5,0'=positional (block 0 first, rest 1.0); '12:0.5,20:0'=only listed blocks changed. |
| strip_first_last | BOOLEAN | true | Strip DiT input/output layers: first, last_linear, last.linear |
| strip_time_mlp | BOOLEAN | true | Strip time MLP / timestep projection: tmlp_, tproj_1 |
| strip_txtfusion_layerwise | BOOLEAN | false | Strip txtfusion layerwise blocks (full censor). |
| strip_txtfusion_projector | BOOLEAN | false | Strip txtfusion projector (zero impact). |
| strip_txtfusion_refiner | BOOLEAN | false | Strip txtfusion refiner (tiny impact / full censor). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The model with the (stripped / weighted) LoRA applied. |