ComfyUI Node
Klein LoRA Checkpoint XY Plot
A ComfyUI node in lora-helpers/klein with 15 inputs and 4 outputs.
Klein LoRA Checkpoint XY Plot
- model
- clip
- vae
- noise
- sampler
- sigmas
- latent
- images
- x_labels
- y_labels
- columns
◄lora_names►
◄promptsa photo of a sks person smiling
a close-up portrait of a sks person
a sks person in a park, golden hour►
◄cfg5.0►
◄lora_strength_model1.00►
◄lora_strength_clip1.00►
◄sample_base_modelfalse►
◄save_individual_imagesfalse►
◄filename_prefixklein_xy►
Categorylora-helpers/klein
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| clip | CLIP | — | |
| vae | VAE | — | |
| noise | NOISE | — | |
| sampler | SAMPLER | — | |
| sigmas | SIGMAS | — | |
| latent | LATENT | — | |
| lora_names | STRING | One LoRA checkpoint per line — blank lines are ignored. Each entry becomes a row (Y axis) in the grid. Type the name without extension: 'my-train' resolves to my-train.safetensors in ComfyUI's loras folder. Use forward slashes for subfolders: 'my-person/step-1000' resolves to my-person/step-1000.safetensors. | |
| prompts | STRING | a photo of a sks person smiling a close-up portrait of a sks person a sks person in a park, golden hour | One prompt per line — blank lines are ignored. Each prompt becomes a column (X axis) in the output grid. Use your trigger word here to test how well the LoRA has learned it. |
| cfg | FLOAT | 5.00–100 | CFG scale passed to the guider. 5.0 is a solid default for Flux Klein. |
| lora_strength_model | FLOAT | 1.00-10–10 | How strongly the LoRA modifies the diffusion model weights. Applied uniformly to every checkpoint. |
| lora_strength_clip | FLOAT | 1.00-10–10 | How strongly the LoRA modifies the CLIP/text encoder weights. Applied uniformly to every checkpoint. |
| sample_base_model | BOOLEAN | false | When enabled, prepends a 'Base Model' row to the grid where every prompt is sampled with no LoRA applied. Useful for comparing LoRA outputs against the unmodified model to judge how much each checkpoint has changed generation. |
| save_individual_images | BOOLEAN | false | When enabled, saves each generated image individually to ComfyUI's output folder with full workflow metadata. Files are organised as output/{filename_prefix}/{lora_name}_00001_.png. |
| filename_prefix | STRING | klein_xy | Output subfolder and filename prefix used when 'Save individual images' is enabled. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| x_labels | STRING | — |
| y_labels | STRING | — |
| columns | INT | — |