ComfyUI Node
LTX Attn — Head Candidates
A ComfyUI node in g_raw/LTX/Profiler with 9 inputs and 3 outputs.
LTX Attn — Head Candidates
- report
- candidates_csv
- control_csv
◄store_handle_a►
◄store_handle_b►
◄attn_typesa►
◄metricstemporal,frame_dist_mean_norm,frame_dist_std_norm►
◄step_idx-1►
◄top_k12►
◄control_modelowest_score►
◄control_k12►
◄seed0►
Categoryg_raw/LTX/Profiler
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| store_handle_a | STRING | — | |
| store_handle_b | STRING | — | |
| attn_type | COMBO | sa | 2 options: sa, ca |
| metrics | STRING | temporal,frame_dist_mean_norm,frame_dist_std_norm | Comma-separated metric names. Composite score = mean(|zscore|) across all of them, per (block, head). |
| step_idx | INT | -1-1–255 | — |
| top_k | INT | 121–1536 | How many (block, head) candidates to shortlist, ranked by the composite score. |
| control_mode | COMBO | lowest_score | How to pick the control group: the heads least implicated by these metrics, or a random sample (excluding the candidates either way). |
| control_k | INT | 120–1536 | Control group size. 0 to skip it. |
| seed | INT | 00–2147483647 | Only used when control_mode=random. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| report | STRING | — |
| candidates_csv | STRING | — |
| control_csv | STRING | — |