Text Encoder Deep Debiaser (Qwen3-8B / Flux 2 Klein)
182 sub-component dials for Klein's encoder
- clip
- clip
- info
What it is
This is the deepest control this pack offers over how FLUX Klein 9B reads your prompt - not per-layer, but per functional sub-component inside each of the encoder's 36 layers: the input norm, the attention block, the attention's own norm, the MLP, and the post-norm, each independently scalable. That's 5 controls x 36 layers, plus embed_tokens and a final_norm, for 182 total dials. Klein's text encoder is Qwen3-8B, a genuine language model reading your prompt as an instruction, and the community has already documented real, specific problems that live at exactly this level of granularity - identity drift on edits, and a quality gap the community itself argues about between the fp8 and full-precision versions of this same encoder. This node is for chasing problems that specific: not "the LoRA is too strong," but "this one attention block is doing something I don't want."
Be honest with yourself about when you need this. It's a scalpel for a narrow class of problem - most prompt issues on Klein are fixed by writing plainer, more direct sentences (Klein reads instructions, not tag soup) long before you need to touch a sub-component weight.
How it works
Every sub-component gets a strength multiplier: 1.0 is unchanged, below 1.0 weakens it, above 1.0 boosts it. It patches through ComfyUI's own add_patches system, which the pack notes is LoRA-safe - your LoRAs still apply correctly stacked on top of whatever you change here. One real constraint worth knowing: the underlying model ships partly quantized, and only the float tensors (norms, some weights) are actually modifiable; the quantized layers (U8, F8_E4M3) stay untouched regardless of what you set here.
The recommended workflow, per the pack itself: run Text Encoder Inspector (Qwen3-8B / Flux 2 Klein) first to find which sub-components actually respond to your specific prompt, then come here and adjust just those, rather than guessing across 182 controls blind.
Inputs and outputs that matter
clip- the Qwen3-8B encoder.preset- quick starting points like "Weaken ALL attn 90%," "Weaken ALL mlp 85%," "Global 95%," and more, alongside Custom and Default.embed_tokens/embed_tokens_strandfinal_norm/final_norm_str- the two global controls; the pack's own tip is that boostingembed_tokensto 1.5–2.0 tends to improve prompt adherence.l0_input_normthroughl35_post_norm(five sub-components per layer, 36 layers) - every one individually toggleable with its own strength slider.save_model,save_mode(full_model,diff_only, orboth),filename- export your modified weights to disk instead of applying them live every run.
Outputs: clip (the patched encoder) and info (a summary of what got modified).
Installing it
No external backend required - this node works the moment the pack is installed. ComfyUI Manager (search "Realtime LoRA Trainer") or:
cd ComfyUI/custom_nodes
git clone https://github.com/ShootTheSound/comfyUI-Realtime-Lora
Restart ComfyUI.
Common issues
Setting a strength to 0.0 produces noise or broken output. Expected - the pack warns about this directly. Stick to roughly 0.5–1.5 for real adjustments; 0.0 is a diagnostic extreme, not a usable setting.
Nothing changes despite adjusting a sub-component. Check whether you're touching a quantized layer - U8 and F8_E4M3 tensors in this model are preserved unchanged regardless of the slider, by design, since only float tensors are actually patchable.
182 controls is too many to reason about without a starting point. This is exactly what the Inspector node is for - run it first, read which sub-components actually activated for your prompt, and adjust only those rather than sweeping through every layer.
Trying to use this to fix an image-quality problem, not a text-comprehension one. This node reshapes how the encoder reads and weighs your prompt - it has no direct control over the diffusion model or the VAE. If the problem is in generated pixels rather than prompt following, look at FLUX Model Layer Editor or VAE Deep Debiaser territory instead.
Inputs (369)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | CLIP/Text Encoder model (Qwen3-8B for Flux 2 Klein) | |
| preset | COMBO | Default | 13 options: Custom, Default, Weaken ALL attn 90%, Weaken ALL attn 85%, Weaken ALL attn 80%, Weaken ALL mlp 90%, +7 |
| save_model | BOOLEAN | false | Save the modified model to disk when enabled |
| save_mode | COMBO | full_model | full_model = complete safetensors. diff_only = only changed weights (small). both = save both files. |
| filename | STRING | auto | Filename (no extension). 'auto' = generate from settings. |
| embed_tokens | BOOLEAN | true | — |
| embed_tokens_str | FLOAT | 1.00-5–5 | — |
| l0_input_norm | BOOLEAN | true | — |
| l0_input_norm_str | FLOAT | 1.00-5–5 | — |
| l0_attn | BOOLEAN | true | — |
| l0_attn_str | FLOAT | 1.00-5–5 | — |
| l0_attn_norm | BOOLEAN | true | — |
| l0_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l0_mlp | BOOLEAN | true | — |
| l0_mlp_str | FLOAT | 1.00-5–5 | — |
| l0_post_norm | BOOLEAN | true | — |
| l0_post_norm_str | FLOAT | 1.00-5–5 | — |
| l1_input_norm | BOOLEAN | true | — |
| l1_input_norm_str | FLOAT | 1.00-5–5 | — |
| l1_attn | BOOLEAN | true | — |
| l1_attn_str | FLOAT | 1.00-5–5 | — |
| l1_attn_norm | BOOLEAN | true | — |
| l1_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l1_mlp | BOOLEAN | true | — |
| l1_mlp_str | FLOAT | 1.00-5–5 | — |
| l1_post_norm | BOOLEAN | true | — |
| l1_post_norm_str | FLOAT | 1.00-5–5 | — |
| l2_input_norm | BOOLEAN | true | — |
| l2_input_norm_str | FLOAT | 1.00-5–5 | — |
| l2_attn | BOOLEAN | true | — |
| l2_attn_str | FLOAT | 1.00-5–5 | — |
| l2_attn_norm | BOOLEAN | true | — |
| l2_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l2_mlp | BOOLEAN | true | — |
| l2_mlp_str | FLOAT | 1.00-5–5 | — |
| l2_post_norm | BOOLEAN | true | — |
| l2_post_norm_str | FLOAT | 1.00-5–5 | — |
| l3_input_norm | BOOLEAN | true | — |
| l3_input_norm_str | FLOAT | 1.00-5–5 | — |
| l3_attn | BOOLEAN | true | — |
| l3_attn_str | FLOAT | 1.00-5–5 | — |
| l3_attn_norm | BOOLEAN | true | — |
| l3_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l3_mlp | BOOLEAN | true | — |
| l3_mlp_str | FLOAT | 1.00-5–5 | — |
| l3_post_norm | BOOLEAN | true | — |
| l3_post_norm_str | FLOAT | 1.00-5–5 | — |
| l4_input_norm | BOOLEAN | true | — |
| l4_input_norm_str | FLOAT | 1.00-5–5 | — |
| l4_attn | BOOLEAN | true | — |
| l4_attn_str | FLOAT | 1.00-5–5 | — |
| l4_attn_norm | BOOLEAN | true | — |
| l4_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l4_mlp | BOOLEAN | true | — |
| l4_mlp_str | FLOAT | 1.00-5–5 | — |
| l4_post_norm | BOOLEAN | true | — |
| l4_post_norm_str | FLOAT | 1.00-5–5 | — |
| l5_input_norm | BOOLEAN | true | — |
| l5_input_norm_str | FLOAT | 1.00-5–5 | — |
| l5_attn | BOOLEAN | true | — |
| l5_attn_str | FLOAT | 1.00-5–5 | — |
| l5_attn_norm | BOOLEAN | true | — |
| l5_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l5_mlp | BOOLEAN | true | — |
| l5_mlp_str | FLOAT | 1.00-5–5 | — |
| l5_post_norm | BOOLEAN | true | — |
| l5_post_norm_str | FLOAT | 1.00-5–5 | — |
| l6_input_norm | BOOLEAN | true | — |
| l6_input_norm_str | FLOAT | 1.00-5–5 | — |
| l6_attn | BOOLEAN | true | — |
| l6_attn_str | FLOAT | 1.00-5–5 | — |
| l6_attn_norm | BOOLEAN | true | — |
| l6_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l6_mlp | BOOLEAN | true | — |
| l6_mlp_str | FLOAT | 1.00-5–5 | — |
| l6_post_norm | BOOLEAN | true | — |
| l6_post_norm_str | FLOAT | 1.00-5–5 | — |
| l7_input_norm | BOOLEAN | true | — |
| l7_input_norm_str | FLOAT | 1.00-5–5 | — |
| l7_attn | BOOLEAN | true | — |
| l7_attn_str | FLOAT | 1.00-5–5 | — |
| l7_attn_norm | BOOLEAN | true | — |
| l7_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l7_mlp | BOOLEAN | true | — |
| l7_mlp_str | FLOAT | 1.00-5–5 | — |
| l7_post_norm | BOOLEAN | true | — |
| l7_post_norm_str | FLOAT | 1.00-5–5 | — |
| l8_input_norm | BOOLEAN | true | — |
| l8_input_norm_str | FLOAT | 1.00-5–5 | — |
| l8_attn | BOOLEAN | true | — |
| l8_attn_str | FLOAT | 1.00-5–5 | — |
| l8_attn_norm | BOOLEAN | true | — |
| l8_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l8_mlp | BOOLEAN | true | — |
| l8_mlp_str | FLOAT | 1.00-5–5 | — |
| l8_post_norm | BOOLEAN | true | — |
| l8_post_norm_str | FLOAT | 1.00-5–5 | — |
| l9_input_norm | BOOLEAN | true | — |
| l9_input_norm_str | FLOAT | 1.00-5–5 | — |
| l9_attn | BOOLEAN | true | — |
| l9_attn_str | FLOAT | 1.00-5–5 | — |
| l9_attn_norm | BOOLEAN | true | — |
| l9_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l9_mlp | BOOLEAN | true | — |
| l9_mlp_str | FLOAT | 1.00-5–5 | — |
| l9_post_norm | BOOLEAN | true | — |
| l9_post_norm_str | FLOAT | 1.00-5–5 | — |
| l10_input_norm | BOOLEAN | true | — |
| l10_input_norm_str | FLOAT | 1.00-5–5 | — |
| l10_attn | BOOLEAN | true | — |
| l10_attn_str | FLOAT | 1.00-5–5 | — |
| l10_attn_norm | BOOLEAN | true | — |
| l10_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l10_mlp | BOOLEAN | true | — |
| l10_mlp_str | FLOAT | 1.00-5–5 | — |
| l10_post_norm | BOOLEAN | true | — |
| l10_post_norm_str | FLOAT | 1.00-5–5 | — |
| l11_input_norm | BOOLEAN | true | — |
| l11_input_norm_str | FLOAT | 1.00-5–5 | — |
| l11_attn | BOOLEAN | true | — |
| l11_attn_str | FLOAT | 1.00-5–5 | — |
| l11_attn_norm | BOOLEAN | true | — |
| l11_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l11_mlp | BOOLEAN | true | — |
| l11_mlp_str | FLOAT | 1.00-5–5 | — |
| l11_post_norm | BOOLEAN | true | — |
| l11_post_norm_str | FLOAT | 1.00-5–5 | — |
| l12_input_norm | BOOLEAN | true | — |
| l12_input_norm_str | FLOAT | 1.00-5–5 | — |
| l12_attn | BOOLEAN | true | — |
| l12_attn_str | FLOAT | 1.00-5–5 | — |
| l12_attn_norm | BOOLEAN | true | — |
| l12_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l12_mlp | BOOLEAN | true | — |
| l12_mlp_str | FLOAT | 1.00-5–5 | — |
| l12_post_norm | BOOLEAN | true | — |
| l12_post_norm_str | FLOAT | 1.00-5–5 | — |
| l13_input_norm | BOOLEAN | true | — |
| l13_input_norm_str | FLOAT | 1.00-5–5 | — |
| l13_attn | BOOLEAN | true | — |
| l13_attn_str | FLOAT | 1.00-5–5 | — |
| l13_attn_norm | BOOLEAN | true | — |
| l13_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l13_mlp | BOOLEAN | true | — |
| l13_mlp_str | FLOAT | 1.00-5–5 | — |
| l13_post_norm | BOOLEAN | true | — |
| l13_post_norm_str | FLOAT | 1.00-5–5 | — |
| l14_input_norm | BOOLEAN | true | — |
| l14_input_norm_str | FLOAT | 1.00-5–5 | — |
| l14_attn | BOOLEAN | true | — |
| l14_attn_str | FLOAT | 1.00-5–5 | — |
| l14_attn_norm | BOOLEAN | true | — |
| l14_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l14_mlp | BOOLEAN | true | — |
| l14_mlp_str | FLOAT | 1.00-5–5 | — |
| l14_post_norm | BOOLEAN | true | — |
| l14_post_norm_str | FLOAT | 1.00-5–5 | — |
| l15_input_norm | BOOLEAN | true | — |
| l15_input_norm_str | FLOAT | 1.00-5–5 | — |
| l15_attn | BOOLEAN | true | — |
| l15_attn_str | FLOAT | 1.00-5–5 | — |
| l15_attn_norm | BOOLEAN | true | — |
| l15_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l15_mlp | BOOLEAN | true | — |
| l15_mlp_str | FLOAT | 1.00-5–5 | — |
| l15_post_norm | BOOLEAN | true | — |
| l15_post_norm_str | FLOAT | 1.00-5–5 | — |
| l16_input_norm | BOOLEAN | true | — |
| l16_input_norm_str | FLOAT | 1.00-5–5 | — |
| l16_attn | BOOLEAN | true | — |
| l16_attn_str | FLOAT | 1.00-5–5 | — |
| l16_attn_norm | BOOLEAN | true | — |
| l16_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l16_mlp | BOOLEAN | true | — |
| l16_mlp_str | FLOAT | 1.00-5–5 | — |
| l16_post_norm | BOOLEAN | true | — |
| l16_post_norm_str | FLOAT | 1.00-5–5 | — |
| l17_input_norm | BOOLEAN | true | — |
| l17_input_norm_str | FLOAT | 1.00-5–5 | — |
| l17_attn | BOOLEAN | true | — |
| l17_attn_str | FLOAT | 1.00-5–5 | — |
| l17_attn_norm | BOOLEAN | true | — |
| l17_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l17_mlp | BOOLEAN | true | — |
| l17_mlp_str | FLOAT | 1.00-5–5 | — |
| l17_post_norm | BOOLEAN | true | — |
| l17_post_norm_str | FLOAT | 1.00-5–5 | — |
| l18_input_norm | BOOLEAN | true | — |
| l18_input_norm_str | FLOAT | 1.00-5–5 | — |
| l18_attn | BOOLEAN | true | — |
| l18_attn_str | FLOAT | 1.00-5–5 | — |
| l18_attn_norm | BOOLEAN | true | — |
| l18_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l18_mlp | BOOLEAN | true | — |
| l18_mlp_str | FLOAT | 1.00-5–5 | — |
| l18_post_norm | BOOLEAN | true | — |
| l18_post_norm_str | FLOAT | 1.00-5–5 | — |
| l19_input_norm | BOOLEAN | true | — |
| l19_input_norm_str | FLOAT | 1.00-5–5 | — |
| l19_attn | BOOLEAN | true | — |
| l19_attn_str | FLOAT | 1.00-5–5 | — |
| l19_attn_norm | BOOLEAN | true | — |
| l19_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l19_mlp | BOOLEAN | true | — |
| l19_mlp_str | FLOAT | 1.00-5–5 | — |
| l19_post_norm | BOOLEAN | true | — |
| l19_post_norm_str | FLOAT | 1.00-5–5 | — |
| l20_input_norm | BOOLEAN | true | — |
| l20_input_norm_str | FLOAT | 1.00-5–5 | — |
| l20_attn | BOOLEAN | true | — |
| l20_attn_str | FLOAT | 1.00-5–5 | — |
| l20_attn_norm | BOOLEAN | true | — |
| l20_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l20_mlp | BOOLEAN | true | — |
| l20_mlp_str | FLOAT | 1.00-5–5 | — |
| l20_post_norm | BOOLEAN | true | — |
| l20_post_norm_str | FLOAT | 1.00-5–5 | — |
| l21_input_norm | BOOLEAN | true | — |
| l21_input_norm_str | FLOAT | 1.00-5–5 | — |
| l21_attn | BOOLEAN | true | — |
| l21_attn_str | FLOAT | 1.00-5–5 | — |
| l21_attn_norm | BOOLEAN | true | — |
| l21_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l21_mlp | BOOLEAN | true | — |
| l21_mlp_str | FLOAT | 1.00-5–5 | — |
| l21_post_norm | BOOLEAN | true | — |
| l21_post_norm_str | FLOAT | 1.00-5–5 | — |
| l22_input_norm | BOOLEAN | true | — |
| l22_input_norm_str | FLOAT | 1.00-5–5 | — |
| l22_attn | BOOLEAN | true | — |
| l22_attn_str | FLOAT | 1.00-5–5 | — |
| l22_attn_norm | BOOLEAN | true | — |
| l22_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l22_mlp | BOOLEAN | true | — |
| l22_mlp_str | FLOAT | 1.00-5–5 | — |
| l22_post_norm | BOOLEAN | true | — |
| l22_post_norm_str | FLOAT | 1.00-5–5 | — |
| l23_input_norm | BOOLEAN | true | — |
| l23_input_norm_str | FLOAT | 1.00-5–5 | — |
| l23_attn | BOOLEAN | true | — |
| l23_attn_str | FLOAT | 1.00-5–5 | — |
| l23_attn_norm | BOOLEAN | true | — |
| l23_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l23_mlp | BOOLEAN | true | — |
| l23_mlp_str | FLOAT | 1.00-5–5 | — |
| l23_post_norm | BOOLEAN | true | — |
| l23_post_norm_str | FLOAT | 1.00-5–5 | — |
| l24_input_norm | BOOLEAN | true | — |
| l24_input_norm_str | FLOAT | 1.00-5–5 | — |
| l24_attn | BOOLEAN | true | — |
| l24_attn_str | FLOAT | 1.00-5–5 | — |
| l24_attn_norm | BOOLEAN | true | — |
| l24_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l24_mlp | BOOLEAN | true | — |
| l24_mlp_str | FLOAT | 1.00-5–5 | — |
| l24_post_norm | BOOLEAN | true | — |
| l24_post_norm_str | FLOAT | 1.00-5–5 | — |
| l25_input_norm | BOOLEAN | true | — |
| l25_input_norm_str | FLOAT | 1.00-5–5 | — |
| l25_attn | BOOLEAN | true | — |
| l25_attn_str | FLOAT | 1.00-5–5 | — |
| l25_attn_norm | BOOLEAN | true | — |
| l25_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l25_mlp | BOOLEAN | true | — |
| l25_mlp_str | FLOAT | 1.00-5–5 | — |
| l25_post_norm | BOOLEAN | true | — |
| l25_post_norm_str | FLOAT | 1.00-5–5 | — |
| l26_input_norm | BOOLEAN | true | — |
| l26_input_norm_str | FLOAT | 1.00-5–5 | — |
| l26_attn | BOOLEAN | true | — |
| l26_attn_str | FLOAT | 1.00-5–5 | — |
| l26_attn_norm | BOOLEAN | true | — |
| l26_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l26_mlp | BOOLEAN | true | — |
| l26_mlp_str | FLOAT | 1.00-5–5 | — |
| l26_post_norm | BOOLEAN | true | — |
| l26_post_norm_str | FLOAT | 1.00-5–5 | — |
| l27_input_norm | BOOLEAN | true | — |
| l27_input_norm_str | FLOAT | 1.00-5–5 | — |
| l27_attn | BOOLEAN | true | — |
| l27_attn_str | FLOAT | 1.00-5–5 | — |
| l27_attn_norm | BOOLEAN | true | — |
| l27_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l27_mlp | BOOLEAN | true | — |
| l27_mlp_str | FLOAT | 1.00-5–5 | — |
| l27_post_norm | BOOLEAN | true | — |
| l27_post_norm_str | FLOAT | 1.00-5–5 | — |
| l28_input_norm | BOOLEAN | true | — |
| l28_input_norm_str | FLOAT | 1.00-5–5 | — |
| l28_attn | BOOLEAN | true | — |
| l28_attn_str | FLOAT | 1.00-5–5 | — |
| l28_attn_norm | BOOLEAN | true | — |
| l28_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l28_mlp | BOOLEAN | true | — |
| l28_mlp_str | FLOAT | 1.00-5–5 | — |
| l28_post_norm | BOOLEAN | true | — |
| l28_post_norm_str | FLOAT | 1.00-5–5 | — |
| l29_input_norm | BOOLEAN | true | — |
| l29_input_norm_str | FLOAT | 1.00-5–5 | — |
| l29_attn | BOOLEAN | true | — |
| l29_attn_str | FLOAT | 1.00-5–5 | — |
| l29_attn_norm | BOOLEAN | true | — |
| l29_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l29_mlp | BOOLEAN | true | — |
| l29_mlp_str | FLOAT | 1.00-5–5 | — |
| l29_post_norm | BOOLEAN | true | — |
| l29_post_norm_str | FLOAT | 1.00-5–5 | — |
| l30_input_norm | BOOLEAN | true | — |
| l30_input_norm_str | FLOAT | 1.00-5–5 | — |
| l30_attn | BOOLEAN | true | — |
| l30_attn_str | FLOAT | 1.00-5–5 | — |
| l30_attn_norm | BOOLEAN | true | — |
| l30_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l30_mlp | BOOLEAN | true | — |
| l30_mlp_str | FLOAT | 1.00-5–5 | — |
| l30_post_norm | BOOLEAN | true | — |
| l30_post_norm_str | FLOAT | 1.00-5–5 | — |
| l31_input_norm | BOOLEAN | true | — |
| l31_input_norm_str | FLOAT | 1.00-5–5 | — |
| l31_attn | BOOLEAN | true | — |
| l31_attn_str | FLOAT | 1.00-5–5 | — |
| l31_attn_norm | BOOLEAN | true | — |
| l31_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l31_mlp | BOOLEAN | true | — |
| l31_mlp_str | FLOAT | 1.00-5–5 | — |
| l31_post_norm | BOOLEAN | true | — |
| l31_post_norm_str | FLOAT | 1.00-5–5 | — |
| l32_input_norm | BOOLEAN | true | — |
| l32_input_norm_str | FLOAT | 1.00-5–5 | — |
| l32_attn | BOOLEAN | true | — |
| l32_attn_str | FLOAT | 1.00-5–5 | — |
| l32_attn_norm | BOOLEAN | true | — |
| l32_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l32_mlp | BOOLEAN | true | — |
| l32_mlp_str | FLOAT | 1.00-5–5 | — |
| l32_post_norm | BOOLEAN | true | — |
| l32_post_norm_str | FLOAT | 1.00-5–5 | — |
| l33_input_norm | BOOLEAN | true | — |
| l33_input_norm_str | FLOAT | 1.00-5–5 | — |
| l33_attn | BOOLEAN | true | — |
| l33_attn_str | FLOAT | 1.00-5–5 | — |
| l33_attn_norm | BOOLEAN | true | — |
| l33_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l33_mlp | BOOLEAN | true | — |
| l33_mlp_str | FLOAT | 1.00-5–5 | — |
| l33_post_norm | BOOLEAN | true | — |
| l33_post_norm_str | FLOAT | 1.00-5–5 | — |
| l34_input_norm | BOOLEAN | true | — |
| l34_input_norm_str | FLOAT | 1.00-5–5 | — |
| l34_attn | BOOLEAN | true | — |
| l34_attn_str | FLOAT | 1.00-5–5 | — |
| l34_attn_norm | BOOLEAN | true | — |
| l34_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l34_mlp | BOOLEAN | true | — |
| l34_mlp_str | FLOAT | 1.00-5–5 | — |
| l34_post_norm | BOOLEAN | true | — |
| l34_post_norm_str | FLOAT | 1.00-5–5 | — |
| l35_input_norm | BOOLEAN | true | — |
| l35_input_norm_str | FLOAT | 1.00-5–5 | — |
| l35_attn | BOOLEAN | true | — |
| l35_attn_str | FLOAT | 1.00-5–5 | — |
| l35_attn_norm | BOOLEAN | true | — |
| l35_attn_norm_str | FLOAT | 1.00-5–5 | — |
| l35_mlp | BOOLEAN | true | — |
| l35_mlp_str | FLOAT | 1.00-5–5 | — |
| l35_post_norm | BOOLEAN | true | — |
| l35_post_norm_str | FLOAT | 1.00-5–5 | — |
| final_norm | BOOLEAN | true | — |
| final_norm_str | FLOAT | 1.00-5–5 | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| clip | CLIP | CLIP with per-sub-component modifications (LoRA-safe) |
| info | STRING | Text summary of modifications |