ComfyUI Node
Seamless Latent Tiling ✦
Makes generated images seamlessly tileable by circular-padding the latent at every denoising step. Place between your model loader and sampler.
Seamless Latent Tiling ✦
- model
- model
◄padding64►
◄tile_xtrue►
◄tile_ytrue►
Categorysampling/seamless
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| padding | INT | 648–512 | Overlap region in image-space pixels. Internally divided by 8 for latent space. Larger = better seam awareness but slower. 64-128 is a good starting range. |
| tile_x | BOOLEAN | true | Enable horizontal (left↔right) seamless tiling. |
| tile_y | BOOLEAN | true | Enable vertical (top↔bottom) seamless tiling. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |