ComfyUI Node
LTX-2 Get Images From Batch ???
A ComfyUI node in IAMCCS/LTX-2 with 10 inputs and 5 outputs.
LTX-2 Get Images From Batch ???
- images
- images
- count
- report
- start_index
- end_index
◄modefrom_end►
◄count10►
◄auto_count_modenone►
◄diagnosticsnone►
◄count_rulenone►
◄safe_modenone►
◄count_in10►
◄start_index0►
◄end_index10►
CategoryIAMCCS/LTX-2
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Input image batch | |
| mode | COMBO | from_end | Extraction mode |
| count | INT | 101–10000 | Number of frames to extract (for from_start/from_end) |
| auto_count_mode | COMBO | none | Optional: auto-drive count from an INT input (e.g. overlap_frames) |
| diagnostics | COMBO | none | Optional: expose start/end indices as extra outputs |
| count_rule | COMBO | none | Optional: force count to LTX rule (1 + 8*x) for VideoVAE encode |
| safe_mode | COMBO | none | Compatibility: mimic original GetImageRangeFromBatch behavior for from_end (images[-count:-1]) |
| count_inopt | INT | 101–10000 | Optional count input (used if auto_count_mode=prefer_input) |
| start_indexopt | INT | 00–10000 | Start index for range mode |
| end_indexopt | INT | 100–10000 | End index for range mode (exclusive) |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| count | INT | — |
| report | STRING | — |
| start_index | INT | — |
| end_index | INT | — |