Expose latent upscale sampler controls

This commit is contained in:
2026-09-03 13:05:32 +00:00
parent c1d937e0e2
commit 5c12cd18a3
5 changed files with 126 additions and 52 deletions
+3 -2
View File
@@ -1162,13 +1162,14 @@ What this really means:
- the node renders the beat once
- the sampled latent is upscaled in latent space to the target size
- the conditioning is rebuilt at that target size
- the node then runs a hard-coded 2-step refinement pass over the upscaled latent
- 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
Good starting point:
- use the `model` mode when you want the strongest latent detail recovery
- use the interpolation mode when you want a cheaper resize-only path
- keep the refinement denoise low to medium
- start with `euler_ancestral`, `simple`, `2` steps, and `0.2` denoise
- leave width and height at `0` unless you want an exact override; otherwise `megapixels` drives the target size
The important part is that this stage is still a latent pass, not a pixel-space resize: