Add remaining spatial split settings

This commit is contained in:
2026-09-03 15:47:59 +00:00
parent c89570eae9
commit 0e119646ab
4 changed files with 22 additions and 3 deletions
+2
View File
@@ -1165,6 +1165,7 @@ What this really means:
- the node then runs a short refinement pass over the upscaled latent with the sampler, scheduler, step count, denoise, and megapixel target you picked on the latent-upscale params node
- if the target is larger than the spatial tile size, that refinement pass is processed in spatial batches using the same tile defaults as the upstream latent-split node
- the spatial stitch mode follows the upstream overlap controls, including `linear`, `smoothstep`, `overwrite`, and `midpoint`
- the node also carries the upstream split compatibility knobs (`chunk_length`, `resize_conditioning`, and `anchor_strength`) so the control surface stays in one place
Good starting point:
@@ -1174,6 +1175,7 @@ Good starting point:
- leave width and height at `0` unless you want an exact override; otherwise `megapixels` drives the target size
- leave the spatial tile inputs at their defaults first: `512x512` tiles, `64` overlap, `0` fade width, `earlier` overlap mode
- keep `linear` blend first unless you want to reproduce a specific upstream stitch style
- leave the split compatibility knobs alone unless you specifically need to mirror the upstream node behavior
The important part is that this stage is still a latent pass, not a pixel-space resize: