Nodes/ComfyUI-Latent-Tiled-PiD/Latent-Tiled PiD Decode
ComfyUI Node

Latent-Tiled PiD Decode

Decodes the latent as overlapping tiles through PiD — every tile stays inside the trained 1024->4096 envelope, avoiding the color collapse of single-shot decoding at large sizes — then feather-blends (seam-free, weights sum to 1).

By BennyDaBall930·Created 20 days ago·Updated 15 days ago· 13
Latent-Tiled PiD Decode
  • model
  • positive
  • latent
  • IMAGE
latent_formatqwenimage
max_tile1024
overlap64
seed0
degrade_sigma0.00
Categorylatent/pid

Inputs (8)

NameTypeDefaultDescription
modelMODELThe PiD checkpoint (UNETLoader).
positiveCONDITIONINGPiD text conditioning (Gemma CLIPTextEncode; empty prompt is fine).
latentLATENTThe generation latent straight from your KSampler (flux/flux2-klein/sd3/sdxl/qwen-family).
latent_formatCOMBOqwenimageFamily of the STAGE-1 latent. 'flux2' = FLUX.2 dev + Klein 4B/9B (128-ch, 16x); Flux2 is also auto-detected under 'flux' from the channel count, matching core PiDConditioning.
max_tileINT1024256–4096Max tile size per axis in stage-1 px. 1024 = PiD's trained envelope.
overlapINT6416–512Tile overlap in stage-1 px (x4 in output; feather band).
seedINT00–18446744073709550000
degrade_sigmaFLOAT0.000–1PiD noisy-latent conditioning: raise for partially-denoised latents.

Outputs (1)

NameTypeDescription
IMAGEIMAGE