ComfyUI Node
Image Crop to Tiles by Pixels
Crop image into overlapping tiles based on maximum pixels per tile.
Image Crop to Tiles by Pixels
- image
- tiled_images
- mira_itu_pipeline
- mira_itu_pipeline_info
- cropped_full_image
◄max_pixels_per_tile1.5►
◄overlap128►
◄overlap_feather_rate2.0►
◄adaptable_tile_sizetrue►
◄adaptable_max_deviation_ratio0.25►
◄adaptable_max_aspect_ratio1.33►
◄pixel_alignment8►
CategoryMira/SubPack/Image Tiled Upscaler
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| max_pixels_per_tile | FLOAT | 1.51–8 | Maximum pixels per tile in millions (e.g., 1.0M = 1048576 pixels = 1024x1024). |
| overlap | INT | 12864–256 | — |
| overlap_feather_rate | FLOAT | 2.00.1–4 | Feather width = overlap × rate. rate=1.0: feather only within overlap zone; rate=2.0 (recommended): extends 1× overlap beyond the boundary for smooth blending. |
| adaptable_tile_size | BOOLEAN | true | — |
| adaptable_max_deviation_ratio | FLOAT | 0.250.1–0.5 | — |
| adaptable_max_aspect_ratio | FLOAT | 1.331–2 | Max aspect ratio (W/H or H/W) for adaptable tile sizing. 5:4=1.25, 4:3=1.33, 16:9=1.78, 21:9=2.33. |
| pixel_alignment | INT | 88–256 | Align tile dimensions to multiples of this value (e.g., 8 SDXL, 16 FLUX.2, 32 Qwen Image). |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| tiled_images | IMAGE | — |
| mira_itu_pipeline | mira_image_tiled_upscaler_pipeline | — |
| mira_itu_pipeline_info | STRING | — |
| cropped_full_image | IMAGE | — |