ComfyUI Node
Load LoRA (Krea2 Strip Layers)
Loads a Krea2 LoRA, removes whole layer groups by key prefix, and applies the rest to the diffusion model.
Load LoRA (Krea2 Strip Layers)
- model
- MODEL
◄lora_name▾►
◄strength_model1.00►
◄strip_dit_layerstrue►
◄strip_time_mlptrue►
◄strip_txtfusion_layerwisefalse►
◄strip_txtfusion_projectorfalse►
◄strip_txtfusion_refinerfalse►
Categoryloaders/krea2
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model the stripped LoRA is applied to. | |
| lora_name | COMBO | The Krea2 LoRA to strip and apply. | |
| strength_model | FLOAT | 1.00-100–100 | How strongly to apply the (stripped) LoRA to the model. |
| strip_dit_layers | BOOLEAN | true | Strip the DiT: all transformer blocks + first/last layers. |
| 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 LoRA applied. |