SDXL Analyzer + Selective Loader V2
SDXLAnalyzerSelectiveLoaderV2
loaders/loraoutput node
Combined analyzer and selective loader for SDXL LoRAs. Analyzes block impact and allows per-block control with strength shaping. Block Guide (13 blocks with attention layers): - text_encoder_1/2: CLIP text encoders (CLIP-L and CLIP-G) - input_4, input_5: Mid encoder blocks with attention - input_7, input_8: Deep encoder blocks (high impact, composition) - unet_mid: Bottleneck (moderate-high impact) - output_0: Primary decoder (composition, high impact) - output_1: Style block (strongest for style/color) - output_2-5: Decoder blocks (decreasing impact) Supports strength scheduling format: 0:.2,.5:.8,1:1.0
Pack: Realtime LoRA Trainer
custom_nodes.comfyUI-Realtime-Lora
Inputs (40)
| Name | Type | Required |
|---|---|---|
| model | MODEL | required |
| positive | CONDITIONING | required |
| negative | CONDITIONING | required |
| lora_name | COMBO | required |
| strength | FLOAT | required |
| preset | COMBO | required |
| text_encoder_1 | BOOLEAN | required |
| text_encoder_1_str | FLOAT | required |
| text_encoder_2 | BOOLEAN | required |
| text_encoder_2_str | FLOAT | required |
| input_4 | BOOLEAN | required |
| input_4_str | FLOAT | required |
| input_5 | BOOLEAN | required |
| input_5_str | FLOAT | required |
| input_7 | BOOLEAN | required |
| input_7_str | FLOAT | required |
| input_8 | BOOLEAN | required |
| input_8_str | FLOAT | required |
| unet_mid | BOOLEAN | required |
| unet_mid_str | FLOAT | required |
| output_0 | BOOLEAN | required |
| output_0_str | FLOAT | required |
| output_1 | BOOLEAN | required |
| output_1_str | FLOAT | required |
| output_2 | BOOLEAN | required |
| output_2_str | FLOAT | required |
| output_3 | BOOLEAN | required |
| output_3_str | FLOAT | required |
| output_4 | BOOLEAN | required |
| output_4_str | FLOAT | required |
| output_5 | BOOLEAN | required |
| output_5_str | FLOAT | required |
| other_weights | BOOLEAN | required |
| other_weights_str | FLOAT | required |
| lora_path_opt | STRING | optional |
| schedule_preset | COMBO | optional |
| strength_schedule | STRING | optional |
| save_refined_lora | BOOLEAN | optional |
| save_path | STRING | optional |
| save_filename | STRING | optional |
Outputs (5)
| Name | Type |
|---|---|
| model | MODEL |
| positive | CONDITIONING |
| negative | CONDITIONING |
| analysis | STRING |
| analysis_json | STRING |