Nodes/ComfyUI-Krea2-strip-layers/Load LoRA Advanced (Krea2 Strip Layers)
ComfyUI Node

Load LoRA Advanced (Krea2 Strip Layers)

Advanced Krea2 LoRA loader: per-block selection or per-block weights, plus granular strip toggles.

By Brioch·Created about a month ago·Updated about a month ago· 7
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)

NameTypeDefaultDescription
modelMODELThe diffusion model the LoRA is applied to.
lora_nameCOMBOThe Krea2 LoRA to strip and apply.
strength_modelFLOAT1.00-100–100Global LoRA strength. Per-block weights (if enabled) multiply this.
strip_all_blocksBOOLEANtrueStrip ALL transformer blocks. Ignored when use_block_selection or use_block_weights is ON.
use_block_selectionBOOLEANfalseStrip only the blocks listed in block_selection (ignores strip_all_blocks). Ignored when use_block_weights is ON.
block_selectionSTRING0-27Blocks to strip when use_block_selection is ON. Range/list like '0-27', '10-27', '5,8,20-27'. Empty = strip none.
use_block_weightsBOOLEANfalsePer-block weight mode: scale each block by block_weights instead of stripping (weight 0 = off). Overrides the block strip toggles above.
block_weightsSTRING1Per-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_lastBOOLEANtrueStrip DiT input/output layers: first, last_linear, last.linear
strip_time_mlpBOOLEANtrueStrip time MLP / timestep projection: tmlp_, tproj_1
strip_txtfusion_layerwiseBOOLEANfalseStrip txtfusion layerwise blocks (full censor).
strip_txtfusion_projectorBOOLEANfalseStrip txtfusion projector (zero impact).
strip_txtfusion_refinerBOOLEANfalseStrip txtfusion refiner (tiny impact / full censor).

Outputs (1)

NameTypeDescription
MODELMODELThe model with the (stripped / weighted) LoRA applied.