Nodes/ComfyUI-Krea2-strip-layers/Load LoRA (Krea2 Strip Layers)
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.

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

NameTypeDefaultDescription
modelMODELThe diffusion model the stripped LoRA is applied to.
lora_nameCOMBOThe Krea2 LoRA to strip and apply.
strength_modelFLOAT1.00-100–100How strongly to apply the (stripped) LoRA to the model.
strip_dit_layersBOOLEANtrueStrip the DiT: all transformer blocks + first/last layers.
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 LoRA applied.