ComfyUI Node Runs on cloud
π π £π § Get Tiling Sizes
A ComfyUI node in ltxvideo with 7 inputs and 10 outputs.
π
π
£π
§ Get Tiling Sizes
- image
- initial_canvas_width
- initial_canvas_height
- tile_width
- tile_height
- output_width
- output_height
- overlap_frac
- tile_frames
- is_8k
- summary
βwidth1920βΊ
βheight1080βΊ
βframe_count97βΊ
βtile_sizeFullHDβΊ
βinitial_canvas_sizeFullHDβΊ
βoutput_sizeFullHDβΊ
Categoryltxvideo
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| width | INT | 19201β16384 | Source width in pixels (from Load Video / Get Image Size). |
| height | INT | 10801β16384 | Source height in pixels. |
| frame_count | INT | 971β10000 | Source frame count. tile_frames is 8n+1, 97 or less, or up to 121 when that avoids temporal chunking. |
| tile_size | COMBO | FullHD | Spatial tile long-edge. qHD=960, HD=1280, FullHD=1920. Clamped to the initial canvas so a FullHD tile on a smaller canvas does not force tiling. |
| initial_canvas_size | COMBO | FullHD | Stage-1 canvas long-edge (same choices as tile size). Source within 200px of FullHD is kept instead of rescaled. |
| output_size | COMBO | FullHD | Final canvas. FullHD is the 1920 long-edge step; 4K is 2Γ that; 8K is 4Γ. Single-stage graphs use this as the canvas. Two-stage graphs use initial canvas for stage 1 and this for stage 2. |
| imageopt | IMAGE | Optional video/image batch. When connected, width, height, and frame_count are taken from it (Get Image Size style). |
Outputs (10)
| Name | Type | Description |
|---|---|---|
| initial_canvas_width | INT | β |
| initial_canvas_height | INT | β |
| tile_width | INT | β |
| tile_height | INT | β |
| output_width | INT | β |
| output_height | INT | β |
| overlap_frac | FLOAT | β |
| tile_frames | INT | β |
| is_8k | BOOLEAN | β |
| summary | STRING | β |