ComfyUI Node
Tiled Sampler (Custom Advanced)
A ComfyUI node in sampling/custom_sampling with 10 inputs and 2 outputs.
Tiled Sampler (Custom Advanced)
- noise
- guider
- sampler
- sigmas
- latent_image
- output
- tiles
◄tile_factor/2►
◄context_size256►
◄seam_flat_width128►
◄seam_feather128►
◄seam_fix_max_sigma0.7►
Categorysampling/custom_sampling
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| noise | NOISE | — | |
| guider | GUIDER | — | |
| sampler | SAMPLER | — | |
| sigmas | SIGMAS | — | |
| latent_image | LATENT | — | |
| tile_factor | COMBO | /2 | Number of tiles along the short side. |
| context_size | INT | 2560–512 | Extra pixels of surrounding image the model sees as context. |
| seam_flat_width | INT | 1288–256 | Width of the fully regenerated zone in pixels, centered on each seam. This zone gets mask=1.0 — full inpainting strength. |
| seam_feather | INT | 1280–256 | Width of gaussian falloff on each side of the flat zone. Total sampled strip = seam_flat_width + 2 * seam_feather. Larger = smoother blend into surrounding image. |
| seam_fix_max_sigma | FLOAT | 0.70.1–10 | Max sigma for the seam fix pass. Input sigmas are rescaled so the peak equals this value, steps stay proportional. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| output | LATENT | — |
| tiles | IMAGE | — |